Html Css Color HEX #325A3D Goblin

📋 copy color: '#325A3D'

red 50 ◦ green 90 ◦ blue 61

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

Shades of Goblin #325A3D

Tints of Goblin #325A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.78%

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

R = 24.88%
G = 44.78%
B = 30.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#325A3D (or 0x325A3D) is known color: Goblin. HEX triplet: 32, 5A and 3D. RGB value is (50,90,61). Sum of RGB (Red+Green+Blue) = 50+90+61=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #325A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A3D is #CDA5C2. Grayscale: #4A4A4A. Windows color (decimal): -13477315 or 4020786. OLE color: 4020786.

HSL color Cylindrical-coordinate representation of color #325A3D: hue angle of 136.5º degrees, saturation: 0.29, 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 #325A3D is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 61 -
CMYK 0.44 0 0.32 0.65
HSL 136.5º 0.29% 0.27% -
HSV(B) 136.5º 0.44% 0.35% -
XYZ 5.81 8.33 5.72 -
YUV 74.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 50 90 61 0.44 0 0.32 0.65 136.5 0.29 0.27
Hex 32 5A 3D 2C 0 20 41 88 1D 1B
Octal 62 132 75 54 0 40 101 210 35 33
Binary 110010 1011010 111101 101100 0 100000 1000001 10001000 11101 11011

Color Harmonies of #325A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A3D

Black with #325A3D

Text Example


Text Example

White with #325A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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