#38873D

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

Shades of Japanese Laurel #38873D

Tints of Japanese Laurel #38873D

Color information

#38873D (or 0x38873D) is unknown color: approx Japanese Laurel. HEX triplet: 38, 87 and 3D. RGB value is (56,135,61). Sum of RGB (Red+Green+Blue) = 56+135+61=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #38873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38873D is #C778C2. Grayscale: #676767. Windows color (decimal): -13072579 or 4032312. OLE color: 4032312.

HSL color Cylindrical-coordinate representation of color #38873D: hue angle of 123.8º 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 #38873D is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB5613561-
CMYK0.5900.550.47
HSL123.8º41.36%37.45%-
HSV(B)123.8º58.52%52.94%-
XYZ11.1418.517.4-
YUV102.94104.3394.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=22.22%
G=53.57%
B=24.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135610.5900.550.47123.841.3637.45
Hex38873D3B0372F7c2925
Octal702077573067571745145
Binary1110001000011111110111101101101111011111111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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