#387D33

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

Shades of Japanese Laurel #387D33

Tints of Japanese Laurel #387D33

Color information

#387D33 (or 0x387D33) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7D and 33. RGB value is (56,125,51). Sum of RGB (Red+Green+Blue) = 56+125+51=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #387D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D33 is #C782CC. Grayscale: #606060. Windows color (decimal): -13075149 or 3374392. OLE color: 3374392.

HSL color Cylindrical-coordinate representation of color #387D33: hue angle of 115.95º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387D33 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB5612551-
CMYK0.5500.590.51
HSL115.95º42.05%34.51%-
HSV(B)115.95º59.2%49.02%-
XYZ9.5615.755.67-
YUV95.93102.6499.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 125 (49.22% from 255) = 53.88%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=24.14%
G=53.88%
B=21.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56125510.5500.590.51115.9542.0534.51
Hex387D333703B33742a23
Octal701756367073631645243
Binary111000111110111001111011101110111100111110100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387D33; }

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

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

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

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

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

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

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

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