#34873A

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

Shades of Japanese Laurel #34873A

Tints of Japanese Laurel #34873A

Color information

#34873A (or 0x34873A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 87 and 3A. RGB value is (52,135,58). Sum of RGB (Red+Green+Blue) = 52+135+58=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #34873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34873A is #CB78C5. Grayscale: #656565. Windows color (decimal): -13334726 or 3835700. OLE color: 3835700.

HSL color Cylindrical-coordinate representation of color #34873A: hue angle of 124.34º 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 #34873A is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB5213558-
CMYK0.6100.570.47
HSL124.34º44.39%36.67%-
HSV(B)124.34º61.48%52.94%-
XYZ10.8418.366.98-
YUV101.4103.592.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=21.22%
G=55.10%
B=23.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135580.6100.570.47124.3444.3936.67
Hex34873A3D0392F7c2c25
Octal642077275071571745445
Binary1101001000011111101011110101110011011111111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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