Html Css Color HEX #356B3C Hunter Green

📋 copy color: '#356B3C'

red 53 ◦ green 107 ◦ blue 60

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

Shades of Hunter Green #356B3C

Tints of Hunter Green #356B3C

RGB

 RED value IS 53 (21.09% from 255) = 24.09%

 GREEN value IS 107 (42.19% from 255) = 48.64%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 24.09%
G = 48.64%
B = 27.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#356B3C (or 0x356B3C) is known color: Hunter Green. HEX triplet: 35, 6B and 3C. RGB value is (53,107,60). Sum of RGB (Red+Green+Blue) = 53+107+60=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #356B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B3C is #CA94C3. Grayscale: #555555. Windows color (decimal): -13276356 or 3959605. OLE color: 3959605.

HSL color Cylindrical-coordinate representation of color #356B3C: hue angle of 127.78º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B3C is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 60 -
CMYK 0.50 0 0.44 0.58
HSL 127.78º 0.34% 0.31% -
HSV(B) 127.78º 0.5% 0.42% -
XYZ 7.54 11.6 6.12 -
YUV 85.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 53 107 60 0.50 0 0.44 0.58 127.78 0.34 0.31
Hex 35 6B 3C 32 0 2C 3A 80 22 1F
Octal 65 153 74 62 0 54 72 200 42 37
Binary 110101 1101011 111100 110010 0 101100 111010 10000000 100010 11111

Color Harmonies of #356B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B3C

Black with #356B3C

Text Example


Text Example

White with #356B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B3C; }

 p { color: rgb(53,107,60); }

 H1.HeaderClassName
 {
   color: #356B3C;
 }
 .AnyTagClassName
 {
   color: #356B3C;
 }
</style>

background-color css

<style>
 a { background-color: #356B3C; }

 a { background-color: rgb(53,107,60); }

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

border-color css

<style>
 span { border-color: #356B3C; }

 span { border-color: rgb(53,107,60); }

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