#387733

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

Shades of Japanese Laurel #387733

Tints of Japanese Laurel #387733

Color information

#387733 (or 0x387733) is unknown color: approx Japanese Laurel. HEX triplet: 38, 77 and 33. RGB value is (56,119,51). Sum of RGB (Red+Green+Blue) = 56+119+51=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #387733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387733 is #C788CC. Grayscale: #5C5C5C. Windows color (decimal): -13076685 or 3372856. OLE color: 3372856.

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

Color convert

RGB5611951-
CMYK0.5300.570.53
HSL115.59º40%33.33%-
HSV(B)115.59º57.14%46.67%-
XYZ8.8314.275.42-
YUV92.41104.63102.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=24.78%
G=52.65%
B=22.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119510.5300.570.53115.594033.33
Hex3877333503935742821
Octal701676365071651645041
Binary111000111011111001111010101110011101011110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387733; }

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

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

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

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

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

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

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

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