#386154

Color #386154 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #386154

Tints of Spectra #386154

Color information

#386154 (or 0x386154) is unknown color: approx Spectra. HEX triplet: 38, 61 and 54. RGB value is (56,97,84). Sum of RGB (Red+Green+Blue) = 56+97+84=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #386154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386154 is #C79EAB. Grayscale: #535353. Windows color (decimal): -13082284 or 5529912. OLE color: 5529912.

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

Color convert

RGB569784-
CMYK0.4200.130.62
HSL160.98º26.8%30%-
HSV(B)160.98º42.27%38.04%-
XYZ7.5110.039.93-
YUV83.26128.42108.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=23.63%
G=40.93%
B=35.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697840.4200.130.62160.9826.830
Hex3861542A0D3Ea11b1e
Octal7014112452015762413336
Binary1110001100001101010010101001101111110101000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386154; }

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

 H1.HeaderClassName
 {
   color: #386154;
 }
 .AnyTagClassName
 {
   color: #386154;
 }
</style>
background-color css

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

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

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

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

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

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