Html Css Color HEX #34583A Hunter Green

📋 copy color: '#34583A'

red 52 ◦ green 88 ◦ blue 58

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

Shades of Hunter Green #34583A

Tints of Hunter Green #34583A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.44%

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

R = 26.26%
G = 44.44%
B = 29.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#34583A (or 0x34583A) is known color: Hunter Green. HEX triplet: 34, 58 and 3A. RGB value is (52,88,58). Sum of RGB (Red+Green+Blue) = 52+88+58=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #34583A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34583A is #CBA7C5. Grayscale: #494949. Windows color (decimal): -13346758 or 3823668. OLE color: 3823668.

HSL color Cylindrical-coordinate representation of color #34583A: hue angle of 130º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34583A is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 58 -
CMYK 0.41 0 0.34 0.65
HSL 130º 0.26% 0.27% -
HSV(B) 130º 0.41% 0.35% -
XYZ 5.67 8.02 5.25 -
YUV 73.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 52 88 58 0.41 0 0.34 0.65 130 0.26 0.27
Hex 34 58 3A 29 0 22 41 82 1A 1B
Octal 64 130 72 51 0 42 101 202 32 33
Binary 110100 1011000 111010 101001 0 100010 1000001 10000010 11010 11011

Color Harmonies of #34583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34583A

Black with #34583A

Text Example


Text Example

White with #34583A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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