Html Css Color HEX #396352 Spectra

📋 copy color: '#396352'

red 57 ◦ green 99 ◦ blue 82

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

Shades of Spectra #396352

Tints of Spectra #396352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 23.95%
G = 41.6%
B = 34.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#396352 (or 0x396352) is known color: Spectra. HEX triplet: 39, 63 and 52. RGB value is (57,99,82). Sum of RGB (Red+Green+Blue) = 57+99+82=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #396352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396352 is #C69CAD. Grayscale: #545454. Windows color (decimal): -13016238 or 5399353. OLE color: 5399353.

HSL color Cylindrical-coordinate representation of color #396352: hue angle of 155.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396352 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 82 -
CMYK 0.42 0 0.17 0.61
HSL 155.71º 0.27% 0.31% -
HSV(B) 155.71º 0.42% 0.39% -
XYZ 7.67 10.4 9.59 -
YUV 84.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 57 99 82 0.42 0 0.17 0.61 155.71 0.27 0.31
Hex 39 63 52 2A 0 11 3D 9C 1B 1F
Octal 71 143 122 52 0 21 75 234 33 37
Binary 111001 1100011 1010010 101010 0 10001 111101 10011100 11011 11111

Color Harmonies of #396352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396352

Black with #396352

Text Example


Text Example

White with #396352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396352; }

 p { color: rgb(57,99,82); }

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

background-color css

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

 a { background-color: rgb(57,99,82); }

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

border-color css

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

 span { border-color: rgb(57,99,82); }

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