#34913A

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

Shades of Japanese Laurel #34913A

Tints of Japanese Laurel #34913A

Color information

#34913A (or 0x34913A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 91 and 3A. RGB value is (52,145,58). Sum of RGB (Red+Green+Blue) = 52+145+58=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #34913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34913A is #CB6EC5. Grayscale: #6B6B6B. Windows color (decimal): -13332166 or 3838260. OLE color: 3838260.

HSL color Cylindrical-coordinate representation of color #34913A: hue angle of 123.87º 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 #34913A is Cyan = 0.64, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB5214558-
CMYK0.6400.60.43
HSL123.87º47.21%38.63%-
HSV(B)123.87º64.14%56.86%-
XYZ12.3121.297.46-
YUV107.28100.1988.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 145 (57.03% from 255) = 56.86%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=20.39%
G=56.86%
B=22.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52145580.6400.60.43123.8747.2138.63
Hex34913A4003C2B7c2f27
Octal6422172100074531745747
Binary11010010010001111010100000001111001010111111100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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