Html Css Color HEX #386156 Spectra

📋 copy color: '#386156'

red 56 ◦ green 97 ◦ blue 86

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

Shades of Spectra #386156

Tints of Spectra #386156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 23.43%
G = 40.59%
B = 35.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#386156 (or 0x386156) is known color: Spectra. HEX triplet: 38, 61 and 56. RGB value is (56,97,86). Sum of RGB (Red+Green+Blue) = 56+97+86=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #386156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386156 is #C79EA9. Grayscale: #535353. Windows color (decimal): -13082282 or 5660984. OLE color: 5660984.

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

Color convert

RGB 56 97 86 -
CMYK 0.42 0 0.11 0.62
HSL 163.9º 0.27% 0.3% -
HSV(B) 163.9º 0.42% 0.38% -
XYZ 7.59 10.06 10.35 -
YUV 83.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 56 97 86 0.42 0 0.11 0.62 163.9 0.27 0.3
Hex 38 61 56 2A 0 B 3E A4 1B 1E
Octal 70 141 126 52 0 13 76 244 33 36
Binary 111000 1100001 1010110 101010 0 1011 111110 10100100 11011 11110

Color Harmonies of #386156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386156

Black with #386156

Text Example


Text Example

White with #386156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386156; }

 p { color: rgb(56,97,86); }

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

background-color css

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

 a { background-color: rgb(56,97,86); }

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

border-color css

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

 span { border-color: rgb(56,97,86); }

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