Html Css Color HEX #325842 Goblin

📋 copy color: '#325842'

red 50 ◦ green 88 ◦ blue 66

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

Shades of Goblin #325842

Tints of Goblin #325842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 24.51%
G = 43.14%
B = 32.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#325842 (or 0x325842) is known color: Goblin. HEX triplet: 32, 58 and 42. RGB value is (50,88,66). Sum of RGB (Red+Green+Blue) = 50+88+66=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #325842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325842 is #CDA7BD. Grayscale: #4A4A4A. Windows color (decimal): -13477822 or 4347954. OLE color: 4347954.

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

Color convert

RGB 50 88 66 -
CMYK 0.43 0 0.25 0.65
HSL 145.26º 0.28% 0.27% -
HSV(B) 145.26º 0.43% 0.35% -
XYZ 5.79 8.05 6.4 -
YUV 74.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 50 88 66 0.43 0 0.25 0.65 145.26 0.28 0.27
Hex 32 58 42 2B 0 19 41 91 1C 1B
Octal 62 130 102 53 0 31 101 221 34 33
Binary 110010 1011000 1000010 101011 0 11001 1000001 10010001 11100 11011

Color Harmonies of #325842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325842

Black with #325842

Text Example


Text Example

White with #325842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325842; }

 p { color: rgb(50,88,66); }

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

background-color css

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

 a { background-color: rgb(50,88,66); }

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

border-color css

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

 span { border-color: rgb(50,88,66); }

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