Html Css Color HEX #35543A Hunter Green

📋 copy color: '#35543A'

red 53 ◦ green 84 ◦ blue 58

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

Shades of Hunter Green #35543A

Tints of Hunter Green #35543A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.08%

 BLUE value IS 58 (23.05% from 255) = 29.74%

R = 27.18%
G = 43.08%
B = 29.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#35543A (or 0x35543A) is known color: Hunter Green. HEX triplet: 35, 54 and 3A. RGB value is (53,84,58). Sum of RGB (Red+Green+Blue) = 53+84+58=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #35543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35543A is #CAABC5. Grayscale: #474747. Windows color (decimal): -13282246 or 3822645. OLE color: 3822645.

HSL color Cylindrical-coordinate representation of color #35543A: hue angle of 129.68º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35543A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 58 -
CMYK 0.37 0 0.31 0.67
HSL 129.68º 0.23% 0.27% -
HSV(B) 129.68º 0.37% 0.33% -
XYZ 5.4 7.4 5.15 -
YUV 71.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 53 84 58 0.37 0 0.31 0.67 129.68 0.23 0.27
Hex 35 54 3A 25 0 1F 43 82 17 1B
Octal 65 124 72 45 0 37 103 202 27 33
Binary 110101 1010100 111010 100101 0 11111 1000011 10000010 10111 11011

Color Harmonies of #35543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35543A

Black with #35543A

Text Example


Text Example

White with #35543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35543A; }

 p { color: rgb(53,84,58); }

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

background-color css

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

 a { background-color: rgb(53,84,58); }

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

border-color css

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

 span { border-color: rgb(53,84,58); }

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