Html Css Color HEX #356740 Hunter Green

📋 copy color: '#356740'

red 53 ◦ green 103 ◦ blue 64

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

Shades of Hunter Green #356740

Tints of Hunter Green #356740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.82%

 BLUE value IS 64 (25.39% from 255) = 29.09%

R = 24.09%
G = 46.82%
B = 29.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#356740 (or 0x356740) is known color: Hunter Green. HEX triplet: 35, 67 and 40. RGB value is (53,103,64). Sum of RGB (Red+Green+Blue) = 53+103+64=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #356740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356740 is #CA98BF. Grayscale: #535353. Windows color (decimal): -13277376 or 4220725. OLE color: 4220725.

HSL color Cylindrical-coordinate representation of color #356740: hue angle of 133.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356740 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 103 64 -
CMYK 0.49 0 0.38 0.60
HSL 133.2º 0.32% 0.31% -
HSV(B) 133.2º 0.49% 0.4% -
XYZ 7.24 10.83 6.56 -
YUV 83.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 53 103 64 0.49 0 0.38 0.60 133.2 0.32 0.31
Hex 35 67 40 31 0 26 3C 85 20 1F
Octal 65 147 100 61 0 46 74 205 40 37
Binary 110101 1100111 1000000 110001 0 100110 111100 10000101 100000 11111

Color Harmonies of #356740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356740

Black with #356740

Text Example


Text Example

White with #356740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356740; }

 p { color: rgb(53,103,64); }

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

background-color css

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

 a { background-color: rgb(53,103,64); }

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

border-color css

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

 span { border-color: rgb(53,103,64); }

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