#34773E

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

Shades of Japanese Laurel #34773E

Tints of Japanese Laurel #34773E

Color information

#34773E (or 0x34773E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 77 and 3E. RGB value is (52,119,62). Sum of RGB (Red+Green+Blue) = 52+119+62=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #34773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34773E is #CB88C1. Grayscale: #5C5C5C. Windows color (decimal): -13338818 or 4093748. OLE color: 4093748.

HSL color Cylindrical-coordinate representation of color #34773E: hue angle of 128.96º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34773E is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB5211962-
CMYK0.5600.480.53
HSL128.96º39.18%33.53%-
HSV(B)128.96º56.3%46.67%-
XYZ8.8814.276.84-
YUV92.47110.899.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=22.32%
G=51.07%
B=26.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119620.5600.480.53128.9639.1833.53
Hex34773E3803035812722
Octal641677670060652014742
Binary1101001110111111110111000011000011010110000001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34773E; }

 p { color: rgb(52,119,62); }

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

<style>
 a { background-color: #34773E; }

 a { background-color: rgb(52,119,62); }

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

<style>
 span { border-color: #34773E; }

 span { border-color: rgb(52,119,62); }

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