Html Css Color HEX #35483C Goblin

📋 copy color: '#35483C'

red 53 ◦ green 72 ◦ blue 60

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

Shades of Goblin #35483C

Tints of Goblin #35483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

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

R = 28.65%
G = 38.92%
B = 32.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#35483C (or 0x35483C) is known color: Goblin. HEX triplet: 35, 48 and 3C. RGB value is (53,72,60). Sum of RGB (Red+Green+Blue) = 53+72+60=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #35483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35483C is #CAB7C3. Grayscale: #404040. Windows color (decimal): -13285316 or 3950645. OLE color: 3950645.

HSL color Cylindrical-coordinate representation of color #35483C: hue angle of 142.11º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35483C is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 60 -
CMYK 0.26 0 0.17 0.72
HSL 142.11º 0.15% 0.25% -
HSV(B) 142.11º 0.26% 0.28% -
XYZ 4.6 5.72 5.14 -
YUV 64.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 53 72 60 0.26 0 0.17 0.72 142.11 0.15 0.25
Hex 35 48 3C 1A 0 11 48 8E F 19
Octal 65 110 74 32 0 21 110 216 17 31
Binary 110101 1001000 111100 11010 0 10001 1001000 10001110 1111 11001

Color Harmonies of #35483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35483C

Black with #35483C

Text Example


Text Example

White with #35483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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