#387630

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

Shades of Japanese Laurel #387630

Tints of Japanese Laurel #387630

Color information

#387630 (or 0x387630) is unknown color: approx Japanese Laurel. HEX triplet: 38, 76 and 30. RGB value is (56,118,48). Sum of RGB (Red+Green+Blue) = 56+118+48=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #387630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387630 is #C789CF. Grayscale: #5B5B5B. Windows color (decimal): -13076944 or 3175992. OLE color: 3175992.

HSL color Cylindrical-coordinate representation of color #387630: hue angle of 113.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387630 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB5611848-
CMYK0.5300.590.54
HSL113.14º42.17%32.55%-
HSV(B)113.14º59.32%46.27%-
XYZ8.6414.015.05-
YUV91.48103.46102.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 118 (46.48% from 255) = 53.15%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=25.23%
G=53.15%
B=21.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118480.5300.590.54113.1442.1732.55
Hex3876303503B36712a21
Octal701666065073661615241
Binary111000111011011000011010101110111101101110001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387630; }

 p { color: rgb(56,118,48); }

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

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

 a { background-color: rgb(56,118,48); }

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

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

 span { border-color: rgb(56,118,48); }

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