Html Css Color HEX #32593D Goblin

📋 copy color: '#32593D'

red 50 ◦ green 89 ◦ blue 61

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

Shades of Goblin #32593D

Tints of Goblin #32593D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.5%

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

R = 25%
G = 44.5%
B = 30.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#32593D (or 0x32593D) is known color: Goblin. HEX triplet: 32, 59 and 3D. RGB value is (50,89,61). Sum of RGB (Red+Green+Blue) = 50+89+61=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #32593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32593D is #CDA6C2. Grayscale: #4A4A4A. Windows color (decimal): -13477571 or 4020530. OLE color: 4020530.

HSL color Cylindrical-coordinate representation of color #32593D: hue angle of 136.92º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32593D is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 61 -
CMYK 0.44 0 0.31 0.65
HSL 136.92º 0.28% 0.27% -
HSV(B) 136.92º 0.44% 0.35% -
XYZ 5.73 8.16 5.69 -
YUV 74.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 50 89 61 0.44 0 0.31 0.65 136.92 0.28 0.27
Hex 32 59 3D 2C 0 1F 41 89 1C 1B
Octal 62 131 75 54 0 37 101 211 34 33
Binary 110010 1011001 111101 101100 0 11111 1000001 10001001 11100 11011

Color Harmonies of #32593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32593D

Black with #32593D

Text Example


Text Example

White with #32593D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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