Html Css Color HEX #32553A Goblin

📋 copy color: '#32553A'

red 50 ◦ green 85 ◦ blue 58

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

Shades of Goblin #32553A

Tints of Goblin #32553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 25.91%
G = 44.04%
B = 30.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#32553A (or 0x32553A) is known color: Goblin. HEX triplet: 32, 55 and 3A. RGB value is (50,85,58). Sum of RGB (Red+Green+Blue) = 50+85+58=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #32553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553A is #CDAAC5. Grayscale: #474747. Windows color (decimal): -13478598 or 3822898. OLE color: 3822898.

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

Color convert

RGB 50 85 58 -
CMYK 0.41 0 0.32 0.67
HSL 133.71º 0.26% 0.26% -
HSV(B) 133.71º 0.41% 0.33% -
XYZ 5.33 7.48 5.17 -
YUV 71.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 50 85 58 0.41 0 0.32 0.67 133.71 0.26 0.26
Hex 32 55 3A 29 0 20 43 86 1A 1A
Octal 62 125 72 51 0 40 103 206 32 32
Binary 110010 1010101 111010 101001 0 100000 1000011 10000110 11010 11010

Color Harmonies of #32553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32553A

Black with #32553A

Text Example


Text Example

White with #32553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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