Html Css Color HEX #34773F Japanese Laurel

📋 copy color: '#34773F'

red 52 ◦ green 119 ◦ blue 63

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

Shades of Japanese Laurel #34773F

Tints of Japanese Laurel #34773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.92%

R = 22.22%
G = 50.85%
B = 26.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#34773F (or 0x34773F) is known color: Japanese Laurel. HEX triplet: 34, 77 and 3F. RGB value is (52,119,63). Sum of RGB (Red+Green+Blue) = 52+119+63=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #34773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34773F is #CB88C0. Grayscale: #5C5C5C. Windows color (decimal): -13338817 or 4159284. OLE color: 4159284.

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

Color convert

RGB 52 119 63 -
CMYK 0.56 0 0.47 0.53
HSL 129.85º 0.39% 0.34% -
HSV(B) 129.85º 0.56% 0.47% -
XYZ 8.91 14.28 6.99 -
YUV 92.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 52 119 63 0.56 0 0.47 0.53 129.85 0.39 0.34
Hex 34 77 3F 38 0 2F 35 82 27 22
Octal 64 167 77 70 0 57 65 202 47 42
Binary 110100 1110111 111111 111000 0 101111 110101 10000010 100111 100010

Color Harmonies of #34773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34773F

Black with #34773F

Text Example


Text Example

White with #34773F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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