#387633

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

Shades of Japanese Laurel #387633

Tints of Japanese Laurel #387633

Color information

#387633 (or 0x387633) is unknown color: approx Japanese Laurel. HEX triplet: 38, 76 and 33. RGB value is (56,118,51). Sum of RGB (Red+Green+Blue) = 56+118+51=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #387633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387633 is #C789CC. Grayscale: #5C5C5C. Windows color (decimal): -13076941 or 3372600. OLE color: 3372600.

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

Color convert

RGB5611851-
CMYK0.5300.570.54
HSL115.52º39.64%33.14%-
HSV(B)115.52º56.78%46.27%-
XYZ8.7114.045.38-
YUV91.82104.96102.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=24.89%
G=52.44%
B=22.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118510.5300.570.54115.5239.6433.14
Hex3876333503936742821
Octal701666365071661645041
Binary111000111011011001111010101110011101101110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387633; }

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

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

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

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

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

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

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

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