Html Css Color HEX #35513E Goblin

📋 copy color: '#35513E'

red 53 ◦ green 81 ◦ blue 62

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

Shades of Goblin #35513E

Tints of Goblin #35513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.63%

R = 27.04%
G = 41.33%
B = 31.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#35513E (or 0x35513E) is known color: Goblin. HEX triplet: 35, 51 and 3E. RGB value is (53,81,62). Sum of RGB (Red+Green+Blue) = 53+81+62=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #35513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35513E is #CAAEC1. Grayscale: #464646. Windows color (decimal): -13283010 or 4084021. OLE color: 4084021.

HSL color Cylindrical-coordinate representation of color #35513E: hue angle of 139.29º 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 #35513E is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 81 62 -
CMYK 0.35 0 0.23 0.68
HSL 139.29º 0.21% 0.26% -
HSV(B) 139.29º 0.35% 0.32% -
XYZ 5.28 6.99 5.63 -
YUV 70.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 53 81 62 0.35 0 0.23 0.68 139.29 0.21 0.26
Hex 35 51 3E 23 0 17 44 8B 15 1A
Octal 65 121 76 43 0 27 104 213 25 32
Binary 110101 1010001 111110 100011 0 10111 1000100 10001011 10101 11010

Color Harmonies of #35513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35513E

Black with #35513E

Text Example


Text Example

White with #35513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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