Html Css Color HEX #34773B Japanese Laurel

📋 copy color: '#34773B'

red 52 ◦ green 119 ◦ blue 59

#34773B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #34773B

Tints of Japanese Laurel #34773B

RGB

 RED value IS 52 (20.7% from 255) = 22.61%

 GREEN value IS 119 (46.88% from 255) = 51.74%

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 22.61%
G = 51.74%
B = 25.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#34773B (or 0x34773B) is known color: Japanese Laurel. HEX triplet: 34, 77 and 3B. RGB value is (52,119,59). Sum of RGB (Red+Green+Blue) = 52+119+59=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #34773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34773B is #CB88C4. Grayscale: #5C5C5C. Windows color (decimal): -13338821 or 3897140. OLE color: 3897140.

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

Color convert

RGB 52 119 59 -
CMYK 0.56 0 0.50 0.53
HSL 126.27º 0.39% 0.34% -
HSV(B) 126.27º 0.56% 0.47% -
XYZ 8.8 14.24 6.42 -
YUV 92.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 52 119 59 0.56 0 0.50 0.53 126.27 0.39 0.34
Hex 34 77 3B 38 0 32 35 7E 27 22
Octal 64 167 73 70 0 62 65 176 47 42
Binary 110100 1110111 111011 111000 0 110010 110101 1111110 100111 100010

Color Harmonies of #34773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34773B

Black with #34773B

Text Example


Text Example

White with #34773B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34773B;
 }
 .AnyTagClassName
 {
   color: #34773B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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