#387C33

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

Shades of Japanese Laurel #387C33

Tints of Japanese Laurel #387C33

Color information

#387C33 (or 0x387C33) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7C and 33. RGB value is (56,124,51). Sum of RGB (Red+Green+Blue) = 56+124+51=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #387C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C33 is #C783CC. Grayscale: #5F5F5F. Windows color (decimal): -13075405 or 3374136. OLE color: 3374136.

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

Color convert

RGB5612451-
CMYK0.5500.590.51
HSL115.89º41.71%34.31%-
HSV(B)115.89º58.87%48.63%-
XYZ9.4415.55.63-
YUV95.35102.9799.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 124 (48.83% from 255) = 53.68%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=24.24%
G=53.68%
B=22.08%

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
Decimal56124510.5500.590.51115.8941.7134.31
Hex387C333703B33742a22
Octal701746367073631645242
Binary111000111110011001111011101110111100111110100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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