Html Css Color HEX #35573F Goblin

📋 copy color: '#35573F'

red 53 ◦ green 87 ◦ blue 63

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

Shades of Goblin #35573F

Tints of Goblin #35573F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.86%

 BLUE value IS 63 (25% from 255) = 31.03%

R = 26.11%
G = 42.86%
B = 31.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#35573F (or 0x35573F) is known color: Goblin. HEX triplet: 35, 57 and 3F. RGB value is (53,87,63). Sum of RGB (Red+Green+Blue) = 53+87+63=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #35573F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35573F is #CAA8C0. Grayscale: #4A4A4A. Windows color (decimal): -13281473 or 4151093. OLE color: 4151093.

HSL color Cylindrical-coordinate representation of color #35573F: hue angle of 137.65º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #35573F is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 87 63 -
CMYK 0.39 0 0.28 0.66
HSL 137.65º 0.24% 0.27% -
HSV(B) 137.65º 0.39% 0.34% -
XYZ 5.77 7.93 5.93 -
YUV 74.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 53 87 63 0.39 0 0.28 0.66 137.65 0.24 0.27
Hex 35 57 3F 27 0 1C 42 8A 18 1B
Octal 65 127 77 47 0 34 102 212 30 33
Binary 110101 1010111 111111 100111 0 11100 1000010 10001010 11000 11011

Color Harmonies of #35573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35573F

Black with #35573F

Text Example


Text Example

White with #35573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35573F; }

 p { color: rgb(53,87,63); }

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

background-color css

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

 a { background-color: rgb(53,87,63); }

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

border-color css

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

 span { border-color: rgb(53,87,63); }

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