#387238

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

Shades of Japanese Laurel #387238

Tints of Japanese Laurel #387238

Color information

#387238 (or 0x387238) is unknown color: approx Japanese Laurel. HEX triplet: 38, 72 and 38. RGB value is (56,114,56). Sum of RGB (Red+Green+Blue) = 56+114+56=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #387238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387238 is #C78DC7. Grayscale: #5A5A5A. Windows color (decimal): -13077960 or 3699256. OLE color: 3699256.

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

Color convert

RGB5611456-
CMYK0.5100.510.55
HSL120º34.12%33.33%-
HSV(B)120º50.88%44.71%-
XYZ8.3613.165.84-
YUV90.05108.78103.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=24.78%
G=50.44%
B=24.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114560.5100.510.5512034.1233.33
Hex3872383303337782221
Octal701627063063671704241
Binary111000111001011100011001101100111101111111000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387238; }

 p { color: rgb(56,114,56); }

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

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

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

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

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

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

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