#34913B

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

Shades of Japanese Laurel #34913B

Tints of Japanese Laurel #34913B

Color information

#34913B (or 0x34913B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 91 and 3B. RGB value is (52,145,59). Sum of RGB (Red+Green+Blue) = 52+145+59=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #34913B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34913B is #CB6EC4. Grayscale: #6B6B6B. Windows color (decimal): -13332165 or 3903796. OLE color: 3903796.

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

Color convert

RGB5214559-
CMYK0.6400.590.43
HSL124.52º47.21%38.63%-
HSV(B)124.52º64.14%56.86%-
XYZ12.3321.37.6-
YUV107.39100.6988.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 145 (57.03% from 255) = 56.64%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=20.31%
G=56.64%
B=23.05%

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
Decimal52145590.6400.590.43124.5247.2138.63
Hex34913B4003B2B7d2f27
Octal6422173100073531755747
Binary11010010010001111011100000001110111010111111101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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