Html Css Color HEX #34773A Japanese Laurel

📋 copy color: '#34773A'

red 52 ◦ green 119 ◦ blue 58

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

Shades of Japanese Laurel #34773A

Tints of Japanese Laurel #34773A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 22.71%
G = 51.97%
B = 25.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#34773A (or 0x34773A) is known color: Japanese Laurel. HEX triplet: 34, 77 and 3A. RGB value is (52,119,58). Sum of RGB (Red+Green+Blue) = 52+119+58=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #34773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34773A is #CB88C5. Grayscale: #5C5C5C. Windows color (decimal): -13338822 or 3831604. OLE color: 3831604.

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

Color convert

RGB 52 119 58 -
CMYK 0.56 0 0.51 0.53
HSL 125.37º 0.39% 0.34% -
HSV(B) 125.37º 0.56% 0.47% -
XYZ 8.78 14.23 6.29 -
YUV 92.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 52 119 58 0.56 0 0.51 0.53 125.37 0.39 0.34
Hex 34 77 3A 38 0 33 35 7D 27 22
Octal 64 167 72 70 0 63 65 175 47 42
Binary 110100 1110111 111010 111000 0 110011 110101 1111101 100111 100010

Color Harmonies of #34773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34773A

Black with #34773A

Text Example


Text Example

White with #34773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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