Html Css Color HEX #32553E Goblin

📋 copy color: '#32553E'

red 50 ◦ green 85 ◦ blue 62

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

Shades of Goblin #32553E

Tints of Goblin #32553E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.47%

R = 25.38%
G = 43.15%
B = 31.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#32553E (or 0x32553E) is known color: Goblin. HEX triplet: 32, 55 and 3E. RGB value is (50,85,62). Sum of RGB (Red+Green+Blue) = 50+85+62=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #32553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553E is #CDAAC1. Grayscale: #474747. Windows color (decimal): -13478594 or 4085042. OLE color: 4085042.

HSL color Cylindrical-coordinate representation of color #32553E: hue angle of 140.57º 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 #32553E is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 62 -
CMYK 0.41 0 0.27 0.67
HSL 140.57º 0.26% 0.26% -
HSV(B) 140.57º 0.41% 0.33% -
XYZ 5.43 7.52 5.72 -
YUV 71.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 50 85 62 0.41 0 0.27 0.67 140.57 0.26 0.26
Hex 32 55 3E 29 0 1B 43 8D 1A 1A
Octal 62 125 76 51 0 33 103 215 32 32
Binary 110010 1010101 111110 101001 0 11011 1000011 10001101 11010 11010

Color Harmonies of #32553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32553E

Black with #32553E

Text Example


Text Example

White with #32553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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