Html Css Color HEX #345D3B Hunter Green

📋 copy color: '#345D3B'

red 52 ◦ green 93 ◦ blue 59

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

Shades of Hunter Green #345D3B

Tints of Hunter Green #345D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.59%

 BLUE value IS 59 (23.44% from 255) = 28.92%

R = 25.49%
G = 45.59%
B = 28.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#345D3B (or 0x345D3B) is known color: Hunter Green. HEX triplet: 34, 5D and 3B. RGB value is (52,93,59). Sum of RGB (Red+Green+Blue) = 52+93+59=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #345D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D3B is #CBA2C4. Grayscale: #4C4C4C. Windows color (decimal): -13345477 or 3890484. OLE color: 3890484.

HSL color Cylindrical-coordinate representation of color #345D3B: hue angle of 130.24º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D3B is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 93 59 -
CMYK 0.44 0 0.37 0.64
HSL 130.24º 0.28% 0.28% -
HSV(B) 130.24º 0.44% 0.36% -
XYZ 6.12 8.87 5.53 -
YUV 76.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 52 93 59 0.44 0 0.37 0.64 130.24 0.28 0.28
Hex 34 5D 3B 2C 0 25 40 82 1C 1C
Octal 64 135 73 54 0 45 100 202 34 34
Binary 110100 1011101 111011 101100 0 100101 1000000 10000010 11100 11100

Color Harmonies of #345D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D3B

Black with #345D3B

Text Example


Text Example

White with #345D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345D3B; }

 p { color: rgb(52,93,59); }

 H1.HeaderClassName
 {
   color: #345D3B;
 }
 .AnyTagClassName
 {
   color: #345D3B;
 }
</style>

background-color css

<style>
 a { background-color: #345D3B; }

 a { background-color: rgb(52,93,59); }

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

border-color css

<style>
 span { border-color: #345D3B; }

 span { border-color: rgb(52,93,59); }

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