Html Css Color HEX #35503B Goblin

📋 copy color: '#35503B'

red 53 ◦ green 80 ◦ blue 59

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

Shades of Goblin #35503B

Tints of Goblin #35503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.73%

R = 27.6%
G = 41.67%
B = 30.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#35503B (or 0x35503B) is known color: Goblin. HEX triplet: 35, 50 and 3B. RGB value is (53,80,59). Sum of RGB (Red+Green+Blue) = 53+80+59=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #35503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35503B is #CAAFC4. Grayscale: #454545. Windows color (decimal): -13283269 or 3887157. OLE color: 3887157.

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

Color convert

RGB 53 80 59 -
CMYK 0.34 0 0.26 0.69
HSL 133.33º 0.2% 0.26% -
HSV(B) 133.33º 0.34% 0.31% -
XYZ 5.13 6.81 5.18 -
YUV 69.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 53 80 59 0.34 0 0.26 0.69 133.33 0.2 0.26
Hex 35 50 3B 22 0 1A 45 85 14 1A
Octal 65 120 73 42 0 32 105 205 24 32
Binary 110101 1010000 111011 100010 0 11010 1000101 10000101 10100 11010

Color Harmonies of #35503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35503B

Black with #35503B

Text Example


Text Example

White with #35503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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