Html Css Color HEX #386051 Spectra

📋 copy color: '#386051'

red 56 ◦ green 96 ◦ blue 81

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

Shades of Spectra #386051

Tints of Spectra #386051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

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

R = 24.03%
G = 41.2%
B = 34.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#386051 (or 0x386051) is known color: Spectra. HEX triplet: 38, 60 and 51. RGB value is (56,96,81). Sum of RGB (Red+Green+Blue) = 56+96+81=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #386051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386051 is #C79FAE. Grayscale: #525252. Windows color (decimal): -13082543 or 5333048. OLE color: 5333048.

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

Color convert

RGB 56 96 81 -
CMYK 0.42 0 0.16 0.62
HSL 157.5º 0.26% 0.3% -
HSV(B) 157.5º 0.42% 0.38% -
XYZ 7.3 9.8 9.29 -
YUV 82.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 56 96 81 0.42 0 0.16 0.62 157.5 0.26 0.3
Hex 38 60 51 2A 0 10 3E 9E 1A 1E
Octal 70 140 121 52 0 20 76 236 32 36
Binary 111000 1100000 1010001 101010 0 10000 111110 10011110 11010 11110

Color Harmonies of #386051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386051

Black with #386051

Text Example


Text Example

White with #386051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386051; }

 p { color: rgb(56,96,81); }

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

background-color css

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

 a { background-color: rgb(56,96,81); }

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

border-color css

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

 span { border-color: rgb(56,96,81); }

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