Html Css Color HEX #35513C Goblin

📋 copy color: '#35513C'

red 53 ◦ green 81 ◦ blue 60

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

Shades of Goblin #35513C

Tints of Goblin #35513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.75%

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

R = 27.32%
G = 41.75%
B = 30.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#35513C (or 0x35513C) is known color: Goblin. HEX triplet: 35, 51 and 3C. RGB value is (53,81,60). Sum of RGB (Red+Green+Blue) = 53+81+60=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #35513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35513C is #CAAEC3. Grayscale: #464646. Windows color (decimal): -13283012 or 3952949. OLE color: 3952949.

HSL color Cylindrical-coordinate representation of color #35513C: hue angle of 135º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35513C is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 81 60 -
CMYK 0.35 0 0.26 0.68
HSL 135º 0.21% 0.26% -
HSV(B) 135º 0.35% 0.32% -
XYZ 5.23 6.97 5.34 -
YUV 70.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 53 81 60 0.35 0 0.26 0.68 135 0.21 0.26
Hex 35 51 3C 23 0 1A 44 87 15 1A
Octal 65 121 74 43 0 32 104 207 25 32
Binary 110101 1010001 111100 100011 0 11010 1000100 10000111 10101 11010

Color Harmonies of #35513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35513C

Black with #35513C

Text Example


Text Example

White with #35513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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