Html Css Color HEX #325238 Goblin

📋 copy color: '#325238'

red 50 ◦ green 82 ◦ blue 56

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

Shades of Goblin #325238

Tints of Goblin #325238

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

 BLUE value IS 56 (22.27% from 255) = 29.79%

R = 26.6%
G = 43.62%
B = 29.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#325238 (or 0x325238) is known color: Goblin. HEX triplet: 32, 52 and 38. RGB value is (50,82,56). Sum of RGB (Red+Green+Blue) = 50+82+56=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #325238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325238 is #CDADC7. Grayscale: #454545. Windows color (decimal): -13479368 or 3691058. OLE color: 3691058.

HSL color Cylindrical-coordinate representation of color #325238: hue angle of 131.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325238 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 56 -
CMYK 0.39 0 0.32 0.68
HSL 131.25º 0.24% 0.26% -
HSV(B) 131.25º 0.39% 0.32% -
XYZ 5.05 7 4.83 -
YUV 69.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 50 82 56 0.39 0 0.32 0.68 131.25 0.24 0.26
Hex 32 52 38 27 0 20 44 83 18 1A
Octal 62 122 70 47 0 40 104 203 30 32
Binary 110010 1010010 111000 100111 0 100000 1000100 10000011 11000 11010

Color Harmonies of #325238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325238

Black with #325238

Text Example


Text Example

White with #325238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325238; }

 p { color: rgb(50,82,56); }

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

background-color css

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

 a { background-color: rgb(50,82,56); }

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

border-color css

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

 span { border-color: rgb(50,82,56); }

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