Html Css Color HEX #35513A Goblin

📋 copy color: '#35513A'

red 53 ◦ green 81 ◦ blue 58

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

Shades of Goblin #35513A

Tints of Goblin #35513A

RGB

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

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

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

R = 27.6%
G = 42.19%
B = 30.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#35513A (or 0x35513A) is known color: Goblin. HEX triplet: 35, 51 and 3A. RGB value is (53,81,58). Sum of RGB (Red+Green+Blue) = 53+81+58=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #35513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35513A is #CAAEC5. Grayscale: #464646. Windows color (decimal): -13283014 or 3821877. OLE color: 3821877.

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

Color convert

RGB 53 81 58 -
CMYK 0.35 0 0.28 0.68
HSL 130.71º 0.21% 0.26% -
HSV(B) 130.71º 0.35% 0.32% -
XYZ 5.17 6.95 5.07 -
YUV 70.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 53 81 58 0.35 0 0.28 0.68 130.71 0.21 0.26
Hex 35 51 3A 23 0 1C 44 83 15 1A
Octal 65 121 72 43 0 34 104 203 25 32
Binary 110101 1010001 111010 100011 0 11100 1000100 10000011 10101 11010

Color Harmonies of #35513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35513A

Black with #35513A

Text Example


Text Example

White with #35513A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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