#34773D

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

Shades of Japanese Laurel #34773D

Tints of Japanese Laurel #34773D

Color information

#34773D (or 0x34773D) is unknown color: approx Japanese Laurel. HEX triplet: 34, 77 and 3D. RGB value is (52,119,61). Sum of RGB (Red+Green+Blue) = 52+119+61=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #34773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34773D is #CB88C2. Grayscale: #5C5C5C. Windows color (decimal): -13338819 or 4028212. OLE color: 4028212.

HSL color Cylindrical-coordinate representation of color #34773D: hue angle of 128.06º 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 #34773D is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB5211961-
CMYK0.5600.490.53
HSL128.06º39.18%33.53%-
HSV(B)128.06º56.3%46.67%-
XYZ8.8614.266.7-
YUV92.35110.399.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=22.41%
G=51.29%
B=26.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119610.5600.490.53128.0639.1833.53
Hex34773D3803135802722
Octal641677570061652004742
Binary1101001110111111101111000011000111010110000000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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