Html Css Color HEX #356038 Hunter Green

📋 copy color: '#356038'

red 53 ◦ green 96 ◦ blue 56

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

Shades of Hunter Green #356038

Tints of Hunter Green #356038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 25.85%
G = 46.83%
B = 27.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#356038 (or 0x356038) is known color: Hunter Green. HEX triplet: 35, 60 and 38. RGB value is (53,96,56). Sum of RGB (Red+Green+Blue) = 53+96+56=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #356038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356038 is #CA9FC7. Grayscale: #4E4E4E. Windows color (decimal): -13279176 or 3694645. OLE color: 3694645.

HSL color Cylindrical-coordinate representation of color #356038: hue angle of 124.19º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356038 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 56 -
CMYK 0.45 0 0.42 0.62
HSL 124.19º 0.29% 0.29% -
HSV(B) 124.19º 0.45% 0.38% -
XYZ 6.36 9.41 5.22 -
YUV 78.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 53 96 56 0.45 0 0.42 0.62 124.19 0.29 0.29
Hex 35 60 38 2D 0 2A 3E 7C 1D 1D
Octal 65 140 70 55 0 52 76 174 35 35
Binary 110101 1100000 111000 101101 0 101010 111110 1111100 11101 11101

Color Harmonies of #356038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356038

Black with #356038

Text Example


Text Example

White with #356038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356038; }

 p { color: rgb(53,96,56); }

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

background-color css

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

 a { background-color: rgb(53,96,56); }

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

border-color css

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

 span { border-color: rgb(53,96,56); }

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