Html Css Color HEX #325F4A Spectra

📋 copy color: '#325F4A'

red 50 ◦ green 95 ◦ blue 74

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

Shades of Spectra #325F4A

Tints of Spectra #325F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.38%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 22.83%
G = 43.38%
B = 33.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#325F4A (or 0x325F4A) is known color: Spectra. HEX triplet: 32, 5F and 4A. RGB value is (50,95,74). Sum of RGB (Red+Green+Blue) = 50+95+74=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #325F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F4A is #CDA0B5. Grayscale: #4F4F4F. Windows color (decimal): -13476022 or 4874034. OLE color: 4874034.

HSL color Cylindrical-coordinate representation of color #325F4A: hue angle of 152º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F4A is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 95 74 -
CMYK 0.47 0 0.22 0.63
HSL 152º 0.31% 0.28% -
HSV(B) 152º 0.47% 0.37% -
XYZ 6.64 9.36 7.93 -
YUV 79.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 50 95 74 0.47 0 0.22 0.63 152 0.31 0.28
Hex 32 5F 4A 2F 0 16 3F 98 1F 1C
Octal 62 137 112 57 0 26 77 230 37 34
Binary 110010 1011111 1001010 101111 0 10110 111111 10011000 11111 11100

Color Harmonies of #325F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F4A

Black with #325F4A

Text Example


Text Example

White with #325F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,74); }

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

background-color css

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

 a { background-color: rgb(50,95,74); }

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

border-color css

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

 span { border-color: rgb(50,95,74); }

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