Html Css Color HEX #32553D Goblin

📋 copy color: '#32553D'

red 50 ◦ green 85 ◦ blue 61

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

Shades of Goblin #32553D

Tints of Goblin #32553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 25.51%
G = 43.37%
B = 31.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#32553D (or 0x32553D) is known color: Goblin. HEX triplet: 32, 55 and 3D. RGB value is (50,85,61). Sum of RGB (Red+Green+Blue) = 50+85+61=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #32553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32553D is #CDAAC2. Grayscale: #474747. Windows color (decimal): -13478595 or 4019506. OLE color: 4019506.

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

Color convert

RGB 50 85 61 -
CMYK 0.41 0 0.28 0.67
HSL 138.86º 0.26% 0.26% -
HSV(B) 138.86º 0.41% 0.33% -
XYZ 5.41 7.51 5.58 -
YUV 71.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 50 85 61 0.41 0 0.28 0.67 138.86 0.26 0.26
Hex 32 55 3D 29 0 1C 43 8B 1A 1A
Octal 62 125 75 51 0 34 103 213 32 32
Binary 110010 1010101 111101 101001 0 11100 1000011 10001011 11010 11010

Color Harmonies of #32553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32553D

Black with #32553D

Text Example


Text Example

White with #32553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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