#34873F

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

Shades of Japanese Laurel #34873F

Tints of Japanese Laurel #34873F

Color information

#34873F (or 0x34873F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 87 and 3F. RGB value is (52,135,63). Sum of RGB (Red+Green+Blue) = 52+135+63=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #34873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34873F is #CB78C0. Grayscale: #666666. Windows color (decimal): -13334721 or 4163380. OLE color: 4163380.

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

Color convert

RGB5213563-
CMYK0.6100.530.47
HSL127.95º44.39%36.67%-
HSV(B)127.95º61.48%52.94%-
XYZ10.9818.427.68-
YUV101.9810692.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 135 (53.12% from 255) = 54%
BLUE value IS 63 (25% from 255) = 25.2%
R=20.8%
G=54%
B=25.2%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135630.6100.530.47127.9544.3936.67
Hex34873F3D0352F802c25
Octal642077775065572005445
Binary11010010000111111111111101011010110111110000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34873F; }

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

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

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

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

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

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

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

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