Html Css Color HEX #35543C Goblin

📋 copy color: '#35543C'

red 53 ◦ green 84 ◦ blue 60

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

Shades of Goblin #35543C

Tints of Goblin #35543C

RGB

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

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

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

R = 26.9%
G = 42.64%
B = 30.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#35543C (or 0x35543C) is known color: Goblin. HEX triplet: 35, 54 and 3C. RGB value is (53,84,60). Sum of RGB (Red+Green+Blue) = 53+84+60=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #35543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35543C is #CAABC3. Grayscale: #484848. Windows color (decimal): -13282244 or 3953717. OLE color: 3953717.

HSL color Cylindrical-coordinate representation of color #35543C: hue angle of 133.55º 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 #35543C is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 60 -
CMYK 0.37 0 0.29 0.67
HSL 133.55º 0.23% 0.27% -
HSV(B) 133.55º 0.37% 0.33% -
XYZ 5.45 7.42 5.42 -
YUV 72 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 53 84 60 0.37 0 0.29 0.67 133.55 0.23 0.27
Hex 35 54 3C 25 0 1D 43 86 17 1B
Octal 65 124 74 45 0 35 103 206 27 33
Binary 110101 1010100 111100 100101 0 11101 1000011 10000110 10111 11011

Color Harmonies of #35543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35543C

Black with #35543C

Text Example


Text Example

White with #35543C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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