Html Css Color HEX #396251 Spectra

📋 copy color: '#396251'

red 57 ◦ green 98 ◦ blue 81

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

Shades of Spectra #396251

Tints of Spectra #396251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.32%

R = 24.15%
G = 41.53%
B = 34.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#396251 (or 0x396251) is known color: Spectra. HEX triplet: 39, 62 and 51. RGB value is (57,98,81). Sum of RGB (Red+Green+Blue) = 57+98+81=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #396251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396251 is #C69DAE. Grayscale: #535353. Windows color (decimal): -13016495 or 5333561. OLE color: 5333561.

HSL color Cylindrical-coordinate representation of color #396251: hue angle of 155.12º 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 #396251 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 98 81 -
CMYK 0.42 0 0.17 0.62
HSL 155.12º 0.26% 0.3% -
HSV(B) 155.12º 0.42% 0.38% -
XYZ 7.54 10.2 9.36 -
YUV 83.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 57 98 81 0.42 0 0.17 0.62 155.12 0.26 0.3
Hex 39 62 51 2A 0 11 3E 9B 1A 1E
Octal 71 142 121 52 0 21 76 233 32 36
Binary 111001 1100010 1010001 101010 0 10001 111110 10011011 11010 11110

Color Harmonies of #396251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396251

Black with #396251

Text Example


Text Example

White with #396251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396251; }

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

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

background-color css

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

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

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

border-color css

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

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

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