Html Css Color HEX #35543D Goblin

📋 copy color: '#35543D'

red 53 ◦ green 84 ◦ blue 61

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

Shades of Goblin #35543D

Tints of Goblin #35543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 26.77%
G = 42.42%
B = 30.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#35543D (or 0x35543D) is known color: Goblin. HEX triplet: 35, 54 and 3D. RGB value is (53,84,61). Sum of RGB (Red+Green+Blue) = 53+84+61=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #35543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35543D is #CAABC2. Grayscale: #484848. Windows color (decimal): -13282243 or 4019253. OLE color: 4019253.

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

Color convert

RGB 53 84 61 -
CMYK 0.37 0 0.27 0.67
HSL 135.48º 0.23% 0.27% -
HSV(B) 135.48º 0.37% 0.33% -
XYZ 5.48 7.43 5.56 -
YUV 72.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 53 84 61 0.37 0 0.27 0.67 135.48 0.23 0.27
Hex 35 54 3D 25 0 1B 43 87 17 1B
Octal 65 124 75 45 0 33 103 207 27 33
Binary 110101 1010100 111101 100101 0 11011 1000011 10000111 10111 11011

Color Harmonies of #35543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35543D

Black with #35543D

Text Example


Text Example

White with #35543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35543D; }

 p { color: rgb(53,84,61); }

 H1.HeaderClassName
 {
   color: #35543D;
 }
 .AnyTagClassName
 {
   color: #35543D;
 }
</style>

background-color css

<style>
 a { background-color: #35543D; }

 a { background-color: rgb(53,84,61); }

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

border-color css

<style>
 span { border-color: #35543D; }

 span { border-color: rgb(53,84,61); }

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