#34913C

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

Shades of Japanese Laurel #34913C

Tints of Japanese Laurel #34913C

Color information

#34913C (or 0x34913C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 91 and 3C. RGB value is (52,145,60). Sum of RGB (Red+Green+Blue) = 52+145+60=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #34913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34913C is #CB6EC3. Grayscale: #6B6B6B. Windows color (decimal): -13332164 or 3969332. OLE color: 3969332.

HSL color Cylindrical-coordinate representation of color #34913C: hue angle of 125.16º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34913C is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB5214560-
CMYK0.6400.590.43
HSL125.16º47.21%38.63%-
HSV(B)125.16º64.14%56.86%-
XYZ12.3621.317.74-
YUV107.5101.1988.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 145 (57.03% from 255) = 56.42%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=20.23%
G=56.42%
B=23.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52145600.6400.590.43125.1647.2138.63
Hex34913C4003B2B7d2f27
Octal6422174100073531755747
Binary11010010010001111100100000001110111010111111101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34913C; }

 p { color: rgb(52,145,60); }

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

<style>
 a { background-color: #34913C; }

 a { background-color: rgb(52,145,60); }

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

<style>
 span { border-color: #34913C; }

 span { border-color: rgb(52,145,60); }

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