Html Css Color HEX #32553F Goblin

📋 copy color: '#32553F'

red 50 ◦ green 85 ◦ blue 63

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

Shades of Goblin #32553F

Tints of Goblin #32553F

RGB

 RED value IS 50 (19.92% from 255) = 25.25%

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

 BLUE value IS 63 (25% from 255) = 31.82%

R = 25.25%
G = 42.93%
B = 31.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#32553F (or 0x32553F) is known color: Goblin. HEX triplet: 32, 55 and 3F. RGB value is (50,85,63). Sum of RGB (Red+Green+Blue) = 50+85+63=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #32553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553F is #CDAAC0. Grayscale: #484848. Windows color (decimal): -13478593 or 4150578. OLE color: 4150578.

HSL color Cylindrical-coordinate representation of color #32553F: hue angle of 142.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #32553F is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 63 -
CMYK 0.41 0 0.26 0.67
HSL 142.29º 0.26% 0.26% -
HSV(B) 142.29º 0.41% 0.33% -
XYZ 5.46 7.53 5.87 -
YUV 72.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 50 85 63 0.41 0 0.26 0.67 142.29 0.26 0.26
Hex 32 55 3F 29 0 1A 43 8E 1A 1A
Octal 62 125 77 51 0 32 103 216 32 32
Binary 110010 1010101 111111 101001 0 11010 1000011 10001110 11010 11010

Color Harmonies of #32553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32553F

Black with #32553F

Text Example


Text Example

White with #32553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32553F; }

 p { color: rgb(50,85,63); }

 H1.HeaderClassName
 {
   color: #32553F;
 }
 .AnyTagClassName
 {
   color: #32553F;
 }
</style>

background-color css

<style>
 a { background-color: #32553F; }

 a { background-color: rgb(50,85,63); }

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

border-color css

<style>
 span { border-color: #32553F; }

 span { border-color: rgb(50,85,63); }

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