#338842

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

Shades of Japanese Laurel #338842

Tints of Japanese Laurel #338842

Color information

#338842 (or 0x338842) is unknown color: approx Japanese Laurel. HEX triplet: 33, 88 and 42. RGB value is (51,136,66). Sum of RGB (Red+Green+Blue) = 51+136+66=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #338842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338842 is #CC77BD. Grayscale: #666666. Windows color (decimal): -13399998 or 4360243. OLE color: 4360243.

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

Color convert

RGB5113666-
CMYK0.6200.510.47
HSL130.59º45.45%36.67%-
HSV(B)130.59º62.5%53.33%-
XYZ11.1518.718.18-
YUV102.6107.3491.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 136 (53.52% from 255) = 53.75%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=20.16%
G=53.75%
B=26.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51136660.6200.510.47130.5945.4536.67
Hex3388423E0332F832d25
Octal6321010276063572035545
Binary110011100010001000010111110011001110111110000011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338842; }

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

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

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

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

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

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

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

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