#34943C

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

Shades of Japanese Laurel #34943C

Tints of Japanese Laurel #34943C

Color information

#34943C (or 0x34943C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 94 and 3C. RGB value is (52,148,60). Sum of RGB (Red+Green+Blue) = 52+148+60=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #34943C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34943C is #CB6BC3. Grayscale: #6D6D6D. Windows color (decimal): -13331396 or 3970100. OLE color: 3970100.

HSL color Cylindrical-coordinate representation of color #34943C: hue angle of 125º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34943C is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB5214860-
CMYK0.6500.590.42
HSL125º48%39.22%-
HSV(B)125º64.86%58.04%-
XYZ12.8222.247.89-
YUV109.26100.287.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 148 (58.20% from 255) = 56.92%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=20%
G=56.92%
B=23.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148600.6500.590.421254839.22
Hex34943C4103B2A7d3027
Octal6422474101073521756047
Binary11010010010100111100100000101110111010101111101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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