Html Css Color HEX #325438 Goblin

📋 copy color: '#325438'

red 50 ◦ green 84 ◦ blue 56

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

Shades of Goblin #325438

Tints of Goblin #325438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 26.32%
G = 44.21%
B = 29.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#325438 (or 0x325438) is known color: Goblin. HEX triplet: 32, 54 and 38. RGB value is (50,84,56). Sum of RGB (Red+Green+Blue) = 50+84+56=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #325438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325438 is #CDABC7. Grayscale: #464646. Windows color (decimal): -13478856 or 3691570. OLE color: 3691570.

HSL color Cylindrical-coordinate representation of color #325438: hue angle of 130.59º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325438 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 56 -
CMYK 0.40 0 0.33 0.67
HSL 130.59º 0.25% 0.26% -
HSV(B) 130.59º 0.4% 0.33% -
XYZ 5.2 7.3 4.88 -
YUV 70.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 50 84 56 0.40 0 0.33 0.67 130.59 0.25 0.26
Hex 32 54 38 28 0 21 43 83 19 1A
Octal 62 124 70 50 0 41 103 203 31 32
Binary 110010 1010100 111000 101000 0 100001 1000011 10000011 11001 11010

Color Harmonies of #325438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325438

Black with #325438

Text Example


Text Example

White with #325438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325438; }

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

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

background-color css

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

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

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

border-color css

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

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

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