Html Css Color HEX #34773C Japanese Laurel

📋 copy color: '#34773C'

red 52 ◦ green 119 ◦ blue 60

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

Shades of Japanese Laurel #34773C

Tints of Japanese Laurel #34773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 22.51%
G = 51.52%
B = 25.97%

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

#34773C (or 0x34773C) is known color: Japanese Laurel. HEX triplet: 34, 77 and 3C. RGB value is (52,119,60). Sum of RGB (Red+Green+Blue) = 52+119+60=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #34773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34773C is #CB88C3. Grayscale: #5C5C5C. Windows color (decimal): -13338820 or 3962676. OLE color: 3962676.

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

Color convert

RGB 52 119 60 -
CMYK 0.56 0 0.50 0.53
HSL 127.16º 0.39% 0.34% -
HSV(B) 127.16º 0.56% 0.47% -
XYZ 8.83 14.25 6.56 -
YUV 92.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 52 119 60 0.56 0 0.50 0.53 127.16 0.39 0.34
Hex 34 77 3C 38 0 32 35 7F 27 22
Octal 64 167 74 70 0 62 65 177 47 42
Binary 110100 1110111 111100 111000 0 110010 110101 1111111 100111 100010

Color Harmonies of #34773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34773C

Black with #34773C

Text Example


Text Example

White with #34773C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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