#338843

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

Shades of Japanese Laurel #338843

Tints of Japanese Laurel #338843

Color information

#338843 (or 0x338843) is unknown color: approx Japanese Laurel. HEX triplet: 33, 88 and 43. RGB value is (51,136,67). Sum of RGB (Red+Green+Blue) = 51+136+67=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #338843 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338843 is #CC77BC. Grayscale: #666666. Windows color (decimal): -13399997 or 4425779. OLE color: 4425779.

HSL color Cylindrical-coordinate representation of color #338843: hue angle of 131.29º 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 #338843 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB5113667-
CMYK0.6200.510.47
HSL131.29º45.45%36.67%-
HSV(B)131.29º62.5%53.33%-
XYZ11.1818.728.33-
YUV102.72107.8491.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 136 (53.52% from 255) = 53.54%
BLUE value IS 67 (26.56% from 255) = 26.38%
R=20.08%
G=53.54%
B=26.38%

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
Decimal51136670.6200.510.47131.2945.4536.67
Hex3388433E0332F832d25
Octal6321010376063572035545
Binary110011100010001000011111110011001110111110000011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338843; }

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

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

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

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

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

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

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

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