Html Css Color HEX #34553A Hunter Green

📋 copy color: '#34553A'

red 52 ◦ green 85 ◦ blue 58

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

Shades of Hunter Green #34553A

Tints of Hunter Green #34553A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

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

R = 26.67%
G = 43.59%
B = 29.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#34553A (or 0x34553A) is known color: Hunter Green. HEX triplet: 34, 55 and 3A. RGB value is (52,85,58). Sum of RGB (Red+Green+Blue) = 52+85+58=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #34553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34553A is #CBAAC5. Grayscale: #484848. Windows color (decimal): -13347526 or 3822900. OLE color: 3822900.

HSL color Cylindrical-coordinate representation of color #34553A: hue angle of 130.91º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #34553A is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 58 -
CMYK 0.39 0 0.32 0.67
HSL 130.91º 0.24% 0.27% -
HSV(B) 130.91º 0.39% 0.33% -
XYZ 5.43 7.53 5.17 -
YUV 72.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 52 85 58 0.39 0 0.32 0.67 130.91 0.24 0.27
Hex 34 55 3A 27 0 20 43 83 18 1B
Octal 64 125 72 47 0 40 103 203 30 33
Binary 110100 1010101 111010 100111 0 100000 1000011 10000011 11000 11011

Color Harmonies of #34553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34553A

Black with #34553A

Text Example


Text Example

White with #34553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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