Html Css Color HEX #34773E Japanese Laurel

📋 copy color: '#34773E'

red 52 ◦ green 119 ◦ blue 62

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

Shades of Japanese Laurel #34773E

Tints of Japanese Laurel #34773E

RGB

 RED value IS 52 (20.7% 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 value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#34773E (or 0x34773E) is known color: 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

RGB 52 119 62 -
CMYK 0.56 0 0.48 0.53
HSL 128.96º 0.39% 0.34% -
HSV(B) 128.96º 0.56% 0.47% -
XYZ 8.88 14.27 6.84 -
YUV 92.47 110.8 99.13 -
System Red Green Blue C M Y K H S L
Decimal 52 119 62 0.56 0 0.48 0.53 128.96 0.39 0.34
Hex 34 77 3E 38 0 30 35 81 27 22
Octal 64 167 76 70 0 60 65 201 47 42
Binary 110100 1110111 111110 111000 0 110000 110101 10000001 100111 100010

Color Harmonies of #34773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34773E

Black with #34773E

Text Example


Text Example

White with #34773E

Text Example


Text Example

HTML Codes & Css Web 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>