Html Css Color HEX #35503C Goblin

📋 copy color: '#35503C'

red 53 ◦ green 80 ◦ blue 60

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

Shades of Goblin #35503C

Tints of Goblin #35503C

RGB

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

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

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

R = 27.46%
G = 41.45%
B = 31.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#35503C (or 0x35503C) is known color: Goblin. HEX triplet: 35, 50 and 3C. RGB value is (53,80,60). Sum of RGB (Red+Green+Blue) = 53+80+60=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #35503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35503C is #CAAFC3. Grayscale: #454545. Windows color (decimal): -13283268 or 3952693. OLE color: 3952693.

HSL color Cylindrical-coordinate representation of color #35503C: hue angle of 135.56º 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 #35503C is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 60 -
CMYK 0.34 0 0.25 0.69
HSL 135.56º 0.2% 0.26% -
HSV(B) 135.56º 0.34% 0.31% -
XYZ 5.15 6.82 5.32 -
YUV 69.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 53 80 60 0.34 0 0.25 0.69 135.56 0.2 0.26
Hex 35 50 3C 22 0 19 45 88 14 1A
Octal 65 120 74 42 0 31 105 210 24 32
Binary 110101 1010000 111100 100010 0 11001 1000101 10001000 10100 11010

Color Harmonies of #35503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35503C

Black with #35503C

Text Example


Text Example

White with #35503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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