Html Css Color HEX #356742 Hunter Green

📋 copy color: '#356742'

red 53 ◦ green 103 ◦ blue 66

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

Shades of Hunter Green #356742

Tints of Hunter Green #356742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 23.87%
G = 46.4%
B = 29.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#356742 (or 0x356742) is known color: Hunter Green. HEX triplet: 35, 67 and 42. RGB value is (53,103,66). Sum of RGB (Red+Green+Blue) = 53+103+66=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #356742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356742 is #CA98BD. Grayscale: #535353. Windows color (decimal): -13277374 or 4351797. OLE color: 4351797.

HSL color Cylindrical-coordinate representation of color #356742: hue angle of 135.6º 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 #356742 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 103 66 -
CMYK 0.49 0 0.36 0.60
HSL 135.6º 0.32% 0.31% -
HSV(B) 135.6º 0.49% 0.4% -
XYZ 7.3 10.85 6.86 -
YUV 83.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 53 103 66 0.49 0 0.36 0.60 135.6 0.32 0.31
Hex 35 67 42 31 0 24 3C 88 20 1F
Octal 65 147 102 61 0 44 74 210 40 37
Binary 110101 1100111 1000010 110001 0 100100 111100 10001000 100000 11111

Color Harmonies of #356742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356742

Black with #356742

Text Example


Text Example

White with #356742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356742; }

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

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

background-color css

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

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

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

border-color css

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

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

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