#338831

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

Shades of Japanese Laurel #338831

Tints of Japanese Laurel #338831

Color information

#338831 (or 0x338831) is unknown color: approx Japanese Laurel. HEX triplet: 33, 88 and 31. RGB value is (51,136,49). Sum of RGB (Red+Green+Blue) = 51+136+49=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #338831 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338831 is #CC77CE. Grayscale: #646464. Windows color (decimal): -13400015 or 3246131. OLE color: 3246131.

HSL color Cylindrical-coordinate representation of color #338831: hue angle of 118.62º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338831 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB5113649-
CMYK0.6200.640.47
HSL118.62º47.03%36.27%-
HSV(B)118.62º63.97%53.33%-
XYZ10.7218.535.92-
YUV100.6798.8492.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 136 (53.52% from 255) = 57.63%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=21.61%
G=57.63%
B=20.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51136490.6200.640.47118.6247.0336.27
Hex3388313E0402F772f24
Octal6321061760100571675744
Binary11001110001000110001111110010000001011111110111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338831; }

 p { color: rgb(51,136,49); }

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

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

 a { background-color: rgb(51,136,49); }

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

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

 span { border-color: rgb(51,136,49); }

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