Html Css Color HEX #34613D Hunter Green

📋 copy color: '#34613D'

red 52 ◦ green 97 ◦ blue 61

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

Shades of Hunter Green #34613D

Tints of Hunter Green #34613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.19%

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 24.76%
G = 46.19%
B = 29.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#34613D (or 0x34613D) is known color: Hunter Green. HEX triplet: 34, 61 and 3D. RGB value is (52,97,61). Sum of RGB (Red+Green+Blue) = 52+97+61=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #34613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34613D is #CB9EC2. Grayscale: #4F4F4F. Windows color (decimal): -13344451 or 4022580. OLE color: 4022580.

HSL color Cylindrical-coordinate representation of color #34613D: hue angle of 132º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34613D is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 97 61 -
CMYK 0.46 0 0.37 0.62
HSL 132º 0.3% 0.29% -
HSV(B) 132º 0.46% 0.38% -
XYZ 6.53 9.62 5.93 -
YUV 79.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 52 97 61 0.46 0 0.37 0.62 132 0.3 0.29
Hex 34 61 3D 2E 0 25 3E 84 1E 1D
Octal 64 141 75 56 0 45 76 204 36 35
Binary 110100 1100001 111101 101110 0 100101 111110 10000100 11110 11101

Color Harmonies of #34613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34613D

Black with #34613D

Text Example


Text Example

White with #34613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34613D; }

 p { color: rgb(52,97,61); }

 H1.HeaderClassName
 {
   color: #34613D;
 }
 .AnyTagClassName
 {
   color: #34613D;
 }
</style>

background-color css

<style>
 a { background-color: #34613D; }

 a { background-color: rgb(52,97,61); }

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

border-color css

<style>
 span { border-color: #34613D; }

 span { border-color: rgb(52,97,61); }

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