Html Css Color HEX #396254 Spectra

📋 copy color: '#396254'

red 57 ◦ green 98 ◦ blue 84

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

Shades of Spectra #396254

Tints of Spectra #396254

RGB

 RED value IS 57 (22.66% from 255) = 23.85%

 GREEN value IS 98 (38.67% from 255) = 41%

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 23.85%
G = 41%
B = 35.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#396254 (or 0x396254) is known color: Spectra. HEX triplet: 39, 62 and 54. RGB value is (57,98,84). Sum of RGB (Red+Green+Blue) = 57+98+84=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #396254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396254 is #C69DAB. Grayscale: #545454. Windows color (decimal): -13016492 or 5530169. OLE color: 5530169.

HSL color Cylindrical-coordinate representation of color #396254: hue angle of 159.51º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396254 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 98 84 -
CMYK 0.42 0 0.14 0.62
HSL 159.51º 0.26% 0.3% -
HSV(B) 159.51º 0.42% 0.38% -
XYZ 7.66 10.25 9.96 -
YUV 84.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 57 98 84 0.42 0 0.14 0.62 159.51 0.26 0.3
Hex 39 62 54 2A 0 E 3E A0 1A 1E
Octal 71 142 124 52 0 16 76 240 32 36
Binary 111001 1100010 1010100 101010 0 1110 111110 10100000 11010 11110

Color Harmonies of #396254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396254

Black with #396254

Text Example


Text Example

White with #396254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396254; }

 p { color: rgb(57,98,84); }

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

background-color css

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

 a { background-color: rgb(57,98,84); }

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

border-color css

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

 span { border-color: rgb(57,98,84); }

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