#38873C

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

Shades of Japanese Laurel #38873C

Tints of Japanese Laurel #38873C

Color information

#38873C (or 0x38873C) is unknown color: approx Japanese Laurel. HEX triplet: 38, 87 and 3C. RGB value is (56,135,60). Sum of RGB (Red+Green+Blue) = 56+135+60=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #38873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38873C is #C778C3. Grayscale: #676767. Windows color (decimal): -13072580 or 3966776. OLE color: 3966776.

HSL color Cylindrical-coordinate representation of color #38873C: hue angle of 123.04º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38873C is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB5613560-
CMYK0.5900.560.47
HSL123.04º41.36%37.45%-
HSV(B)123.04º58.52%52.94%-
XYZ11.1118.497.26-
YUV102.83103.8394.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=22.31%
G=53.78%
B=23.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135600.5900.560.47123.0441.3637.45
Hex38873C3B0382F7b2925
Octal702077473070571735145
Binary1110001000011111110011101101110001011111111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38873C; }

 p { color: rgb(56,135,60); }

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

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

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

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

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

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

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