Html Css Color HEX #325843 Goblin

📋 copy color: '#325843'

red 50 ◦ green 88 ◦ blue 67

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

Shades of Goblin #325843

Tints of Goblin #325843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.68%

R = 24.39%
G = 42.93%
B = 32.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#325843 (or 0x325843) is known color: Goblin. HEX triplet: 32, 58 and 43. RGB value is (50,88,67). Sum of RGB (Red+Green+Blue) = 50+88+67=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #325843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325843 is #CDA7BC. Grayscale: #4A4A4A. Windows color (decimal): -13477821 or 4413490. OLE color: 4413490.

HSL color Cylindrical-coordinate representation of color #325843: hue angle of 146.84º 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 #325843 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 67 -
CMYK 0.43 0 0.24 0.65
HSL 146.84º 0.28% 0.27% -
HSV(B) 146.84º 0.43% 0.35% -
XYZ 5.82 8.06 6.56 -
YUV 74.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 50 88 67 0.43 0 0.24 0.65 146.84 0.28 0.27
Hex 32 58 43 2B 0 18 41 93 1C 1B
Octal 62 130 103 53 0 30 101 223 34 33
Binary 110010 1011000 1000011 101011 0 11000 1000001 10010011 11100 11011

Color Harmonies of #325843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325843

Black with #325843

Text Example


Text Example

White with #325843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325843; }

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

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

background-color css

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

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

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

border-color css

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

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

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