Html Css Color HEX #35553E Goblin

📋 copy color: '#35553E'

red 53 ◦ green 85 ◦ blue 62

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

Shades of Goblin #35553E

Tints of Goblin #35553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

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

R = 26.5%
G = 42.5%
B = 31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#35553E (or 0x35553E) is known color: Goblin. HEX triplet: 35, 55 and 3E. RGB value is (53,85,62). Sum of RGB (Red+Green+Blue) = 53+85+62=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #35553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35553E is #CAAAC1. Grayscale: #484848. Windows color (decimal): -13281986 or 4085045. OLE color: 4085045.

HSL color Cylindrical-coordinate representation of color #35553E: hue angle of 136.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35553E is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 62 -
CMYK 0.38 0 0.27 0.67
HSL 136.88º 0.23% 0.27% -
HSV(B) 136.88º 0.38% 0.33% -
XYZ 5.59 7.6 5.73 -
YUV 72.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 53 85 62 0.38 0 0.27 0.67 136.88 0.23 0.27
Hex 35 55 3E 26 0 1B 43 89 17 1B
Octal 65 125 76 46 0 33 103 211 27 33
Binary 110101 1010101 111110 100110 0 11011 1000011 10001001 10111 11011

Color Harmonies of #35553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35553E

Black with #35553E

Text Example


Text Example

White with #35553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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