#34893A

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

Shades of Japanese Laurel #34893A

Tints of Japanese Laurel #34893A

Color information

#34893A (or 0x34893A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 89 and 3A. RGB value is (52,137,58). Sum of RGB (Red+Green+Blue) = 52+137+58=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #34893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34893A is #CB76C5. Grayscale: #666666. Windows color (decimal): -13334214 or 3836212. OLE color: 3836212.

HSL color Cylindrical-coordinate representation of color #34893A: hue angle of 124.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34893A is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB5213758-
CMYK0.6200.580.46
HSL124.24º44.97%37.06%-
HSV(B)124.24º62.04%53.73%-
XYZ11.1318.937.07-
YUV102.58102.8491.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=21.05%
G=55.47%
B=23.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137580.6200.580.46124.2444.9737.06
Hex34893A3E03A2E7c2d25
Octal642117276072561745545
Binary1101001000100111101011111001110101011101111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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