#338840

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

Shades of Japanese Laurel #338840

Tints of Japanese Laurel #338840

Color information

#338840 (or 0x338840) is unknown color: approx Japanese Laurel. HEX triplet: 33, 88 and 40. RGB value is (51,136,64). Sum of RGB (Red+Green+Blue) = 51+136+64=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #338840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338840 is #CC77BF. Grayscale: #666666. Windows color (decimal): -13400000 or 4229171. OLE color: 4229171.

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

Color convert

RGB5113664-
CMYK0.6200.530.47
HSL129.18º45.45%36.67%-
HSV(B)129.18º62.5%53.33%-
XYZ11.0918.687.87-
YUV102.38106.3491.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=20.32%
G=54.18%
B=25.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51136640.6200.530.47129.1845.4536.67
Hex3388403E0352F812d25
Octal6321010076065572015545
Binary110011100010001000000111110011010110111110000001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338840; }

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

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

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

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

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

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

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

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