#38863B

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

Shades of Japanese Laurel #38863B

Tints of Japanese Laurel #38863B

Color information

#38863B (or 0x38863B) is unknown color: approx Japanese Laurel. HEX triplet: 38, 86 and 3B. RGB value is (56,134,59). Sum of RGB (Red+Green+Blue) = 56+134+59=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #38863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38863B is #C779C4. Grayscale: #666666. Windows color (decimal): -13072837 or 3900984. OLE color: 3900984.

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

Color convert

RGB5613459-
CMYK0.5800.560.47
HSL122.31º41.05%37.25%-
HSV(B)122.31º58.21%52.55%-
XYZ10.9518.217.08-
YUV102.13103.6695.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 134 (52.73% from 255) = 53.82%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=22.49%
G=53.82%
B=23.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134590.5800.560.47122.3141.0537.25
Hex38863B3A0382F7a2925
Octal702067372070571725145
Binary1110001000011011101111101001110001011111111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38863B; }

 p { color: rgb(56,134,59); }

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

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

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

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

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

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

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