Html Css Color HEX #32553B Goblin

📋 copy color: '#32553B'

red 50 ◦ green 85 ◦ blue 59

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

Shades of Goblin #32553B

Tints of Goblin #32553B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.41%

R = 25.77%
G = 43.81%
B = 30.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#32553B (or 0x32553B) is known color: Goblin. HEX triplet: 32, 55 and 3B. RGB value is (50,85,59). Sum of RGB (Red+Green+Blue) = 50+85+59=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #32553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553B is #CDAAC4. Grayscale: #474747. Windows color (decimal): -13478597 or 3888434. OLE color: 3888434.

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

Color convert

RGB 50 85 59 -
CMYK 0.41 0 0.31 0.67
HSL 135.43º 0.26% 0.26% -
HSV(B) 135.43º 0.41% 0.33% -
XYZ 5.35 7.49 5.3 -
YUV 71.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 50 85 59 0.41 0 0.31 0.67 135.43 0.26 0.26
Hex 32 55 3B 29 0 1F 43 87 1A 1A
Octal 62 125 73 51 0 37 103 207 32 32
Binary 110010 1010101 111011 101001 0 11111 1000011 10000111 11010 11010

Color Harmonies of #32553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32553B

Black with #32553B

Text Example


Text Example

White with #32553B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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