Html Css Color HEX #35693C Hunter Green

📋 copy color: '#35693C'

red 53 ◦ green 105 ◦ blue 60

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

Shades of Hunter Green #35693C

Tints of Hunter Green #35693C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

 BLUE value IS 60 (23.83% from 255) = 27.52%

R = 24.31%
G = 48.17%
B = 27.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#35693C (or 0x35693C) is known color: Hunter Green. HEX triplet: 35, 69 and 3C. RGB value is (53,105,60). Sum of RGB (Red+Green+Blue) = 53+105+60=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #35693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35693C is #CA96C3. Grayscale: #545454. Windows color (decimal): -13276868 or 3959093. OLE color: 3959093.

HSL color Cylindrical-coordinate representation of color #35693C: hue angle of 128.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35693C is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 60 -
CMYK 0.50 0 0.43 0.59
HSL 128.08º 0.33% 0.31% -
HSV(B) 128.08º 0.5% 0.41% -
XYZ 7.34 11.19 6.05 -
YUV 84.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 53 105 60 0.50 0 0.43 0.59 128.08 0.33 0.31
Hex 35 69 3C 32 0 2B 3B 80 21 1F
Octal 65 151 74 62 0 53 73 200 41 37
Binary 110101 1101001 111100 110010 0 101011 111011 10000000 100001 11111

Color Harmonies of #35693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35693C

Black with #35693C

Text Example


Text Example

White with #35693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35693C; }

 p { color: rgb(53,105,60); }

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

background-color css

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

 a { background-color: rgb(53,105,60); }

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

border-color css

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

 span { border-color: rgb(53,105,60); }

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