Html Css Color HEX #32553C Goblin

📋 copy color: '#32553C'

red 50 ◦ green 85 ◦ blue 60

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

Shades of Goblin #32553C

Tints of Goblin #32553C

RGB

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

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

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

R = 25.64%
G = 43.59%
B = 30.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#32553C (or 0x32553C) is known color: Goblin. HEX triplet: 32, 55 and 3C. RGB value is (50,85,60). Sum of RGB (Red+Green+Blue) = 50+85+60=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #32553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553C is #CDAAC3. Grayscale: #474747. Windows color (decimal): -13478596 or 3953970. OLE color: 3953970.

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

Color convert

RGB 50 85 60 -
CMYK 0.41 0 0.29 0.67
HSL 137.14º 0.26% 0.26% -
HSV(B) 137.14º 0.41% 0.33% -
XYZ 5.38 7.5 5.44 -
YUV 71.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 50 85 60 0.41 0 0.29 0.67 137.14 0.26 0.26
Hex 32 55 3C 29 0 1D 43 89 1A 1A
Octal 62 125 74 51 0 35 103 211 32 32
Binary 110010 1010101 111100 101001 0 11101 1000011 10001001 11010 11010

Color Harmonies of #32553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32553C

Black with #32553C

Text Example


Text Example

White with #32553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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