Html Css Color HEX #35523C Goblin

📋 copy color: '#35523C'

red 53 ◦ green 82 ◦ blue 60

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

Shades of Goblin #35523C

Tints of Goblin #35523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.05%

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

R = 27.18%
G = 42.05%
B = 30.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#35523C (or 0x35523C) is known color: Goblin. HEX triplet: 35, 52 and 3C. RGB value is (53,82,60). Sum of RGB (Red+Green+Blue) = 53+82+60=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #35523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35523C is #CAADC3. Grayscale: #464646. Windows color (decimal): -13282756 or 3953205. OLE color: 3953205.

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

Color convert

RGB 53 82 60 -
CMYK 0.35 0 0.27 0.68
HSL 134.48º 0.21% 0.26% -
HSV(B) 134.48º 0.35% 0.32% -
XYZ 5.3 7.12 5.37 -
YUV 70.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 53 82 60 0.35 0 0.27 0.68 134.48 0.21 0.26
Hex 35 52 3C 23 0 1B 44 86 15 1A
Octal 65 122 74 43 0 33 104 206 25 32
Binary 110101 1010010 111100 100011 0 11011 1000100 10000110 10101 11010

Color Harmonies of #35523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35523C

Black with #35523C

Text Example


Text Example

White with #35523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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