#338938

Color #338938 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #338938

Tints of Japanese Laurel #338938

Color information

#338938 (or 0x338938) is unknown color: approx Japanese Laurel. HEX triplet: 33, 89 and 38. RGB value is (51,137,56). Sum of RGB (Red+Green+Blue) = 51+137+56=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #338938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338938 is #CC76C7. Grayscale: #666666. Windows color (decimal): -13399752 or 3705139. OLE color: 3705139.

HSL color Cylindrical-coordinate representation of color #338938: hue angle of 123.49º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338938 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB5113756-
CMYK0.6300.590.46
HSL123.49º45.74%36.86%-
HSV(B)123.49º62.77%53.73%-
XYZ11.0218.886.8-
YUV102.05102.0191.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 137 (53.91% from 255) = 56.15%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=20.90%
G=56.15%
B=22.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51137560.6300.590.46123.4945.7436.86
Hex3389383F03B2E7b2e25
Octal632117077073561735645
Binary1100111000100111100011111101110111011101111011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338938; }

 p { color: rgb(51,137,56); }

 H1.HeaderClassName
 {
   color: #338938;
 }
 .AnyTagClassName
 {
   color: #338938;
 }
</style>
background-color css

<style>
 a { background-color: #338938; }

 a { background-color: rgb(51,137,56); }

 div.DivClassName
 {
   background-color: #338938;
 }
 .BgClassName
 {
   background-color: #338938;
 }
</style>
border-color css

<style>
 span { border-color: #338938; }

 span { border-color: rgb(51,137,56); }

 td.TdClassName
 {
   border-color: #338938;
 }
 .TagClassName
 {
   border-color: #338938;
 }
</style>