Html Css Color HEX #35503A Goblin

📋 copy color: '#35503A'

red 53 ◦ green 80 ◦ blue 58

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

Shades of Goblin #35503A

Tints of Goblin #35503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.88%

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

R = 27.75%
G = 41.88%
B = 30.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#35503A (or 0x35503A) is known color: Goblin. HEX triplet: 35, 50 and 3A. RGB value is (53,80,58). Sum of RGB (Red+Green+Blue) = 53+80+58=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #35503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35503A is #CAAFC5. Grayscale: #454545. Windows color (decimal): -13283270 or 3821621. OLE color: 3821621.

HSL color Cylindrical-coordinate representation of color #35503A: hue angle of 131.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35503A is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 58 -
CMYK 0.34 0 0.28 0.69
HSL 131.11º 0.2% 0.26% -
HSV(B) 131.11º 0.34% 0.31% -
XYZ 5.1 6.8 5.05 -
YUV 69.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 53 80 58 0.34 0 0.28 0.69 131.11 0.2 0.26
Hex 35 50 3A 22 0 1C 45 83 14 1A
Octal 65 120 72 42 0 34 105 203 24 32
Binary 110101 1010000 111010 100010 0 11100 1000101 10000011 10100 11010

Color Harmonies of #35503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35503A

Black with #35503A

Text Example


Text Example

White with #35503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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