Html Css Color HEX #35553A Hunter Green

📋 copy color: '#35553A'

red 53 ◦ green 85 ◦ blue 58

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

Shades of Hunter Green #35553A

Tints of Hunter Green #35553A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.37%

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

R = 27.04%
G = 43.37%
B = 29.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#35553A (or 0x35553A) is known color: Hunter Green. HEX triplet: 35, 55 and 3A. RGB value is (53,85,58). Sum of RGB (Red+Green+Blue) = 53+85+58=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #35553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35553A is #CAAAC5. Grayscale: #484848. Windows color (decimal): -13281990 or 3822901. OLE color: 3822901.

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

Color convert

RGB 53 85 58 -
CMYK 0.38 0 0.32 0.67
HSL 129.38º 0.23% 0.27% -
HSV(B) 129.38º 0.38% 0.33% -
XYZ 5.48 7.56 5.17 -
YUV 72.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 53 85 58 0.38 0 0.32 0.67 129.38 0.23 0.27
Hex 35 55 3A 26 0 20 43 81 17 1B
Octal 65 125 72 46 0 40 103 201 27 33
Binary 110101 1010101 111010 100110 0 100000 1000011 10000001 10111 11011

Color Harmonies of #35553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35553A

Black with #35553A

Text Example


Text Example

White with #35553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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