#387C37

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

Shades of Japanese Laurel #387C37

Tints of Japanese Laurel #387C37

Color information

#387C37 (or 0x387C37) is unknown color: approx Japanese Laurel. HEX triplet: 38, 7C and 37. RGB value is (56,124,55). Sum of RGB (Red+Green+Blue) = 56+124+55=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #387C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C37 is #C783C8. Grayscale: #606060. Windows color (decimal): -13075401 or 3636280. OLE color: 3636280.

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

Color convert

RGB5612455-
CMYK0.5500.560.51
HSL119.13º38.55%35.1%-
HSV(B)119.13º55.65%48.63%-
XYZ9.5315.536.11-
YUV95.8104.9799.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 124 (48.83% from 255) = 52.77%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=23.83%
G=52.77%
B=23.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124550.5500.560.51119.1338.5535.1
Hex387C373703833772723
Octal701746767070631674743
Binary111000111110011011111011101110001100111110111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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