Html Css Color HEX #386352 Spectra

📋 copy color: '#386352'

red 56 ◦ green 99 ◦ blue 82

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

Shades of Spectra #386352

Tints of Spectra #386352

RGB

 RED value IS 56 (22.27% from 255) = 23.63%

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

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

R = 23.63%
G = 41.77%
B = 34.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#386352 (or 0x386352) is known color: Spectra. HEX triplet: 38, 63 and 52. RGB value is (56,99,82). Sum of RGB (Red+Green+Blue) = 56+99+82=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #386352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386352 is #C79CAD. Grayscale: #545454. Windows color (decimal): -13081774 or 5399352. OLE color: 5399352.

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

Color convert

RGB 56 99 82 -
CMYK 0.43 0 0.17 0.61
HSL 156.28º 0.28% 0.3% -
HSV(B) 156.28º 0.43% 0.39% -
XYZ 7.62 10.37 9.58 -
YUV 84.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 56 99 82 0.43 0 0.17 0.61 156.28 0.28 0.3
Hex 38 63 52 2B 0 11 3D 9C 1C 1E
Octal 70 143 122 53 0 21 75 234 34 36
Binary 111000 1100011 1010010 101011 0 10001 111101 10011100 11100 11110

Color Harmonies of #386352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386352

Black with #386352

Text Example


Text Example

White with #386352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386352; }

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

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

background-color css

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

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

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

border-color css

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

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

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