#39873f

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

Shades of Japanese Laurel #39873F

Tints of Japanese Laurel #39873F

Color information

#39873F (or 0x39873F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 87 and 3F. RGB value is (57,135,63). Sum of RGB (Red+Green+Blue) = 57+135+63=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #39873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39873F is #C678C0. Grayscale: #676767. Windows color (decimal): -13007041 or 4163385. OLE color: 4163385.

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

Color convert

RGB5713563-
CMYK0.5800.530.47
HSL124.62º40.63%37.65%-
HSV(B)124.62º57.78%52.94%-
XYZ11.2518.567.69-
YUV103.47105.1694.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 135 (53.12% from 255) = 52.94%
BLUE value IS 63 (25% from 255) = 24.71%
R=22.35%
G=52.94%
B=24.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57135630.5800.530.47124.6240.6337.65
Hex39873F3A0352F7d2926
Octal712077772065571755146
Binary1110011000011111111111101001101011011111111101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39873f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39873f; }

 p { color: rgb(57,135,63); }

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

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

 a { background-color: rgb(57,135,63); }

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

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

 span { border-color: rgb(57,135,63); }

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