#38654F

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

Shades of Spectra #38654F

Tints of Spectra #38654F

Color information

#38654F (or 0x38654F) is unknown color: approx Spectra. HEX triplet: 38, 65 and 4F. RGB value is (56,101,79). Sum of RGB (Red+Green+Blue) = 56+101+79=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #38654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38654F is #C79AB0. Grayscale: #555555. Windows color (decimal): -13081265 or 5203256. OLE color: 5203256.

HSL color Cylindrical-coordinate representation of color #38654F: hue angle of 150.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38654F is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB5610179-
CMYK0.4500.220.60
HSL150.67º28.66%30.78%-
HSV(B)150.67º44.55%39.61%-
XYZ7.710.719.06-
YUV85.04124.59107.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=23.73%
G=42.80%
B=33.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101790.4500.220.60150.6728.6630.78
Hex38654F2D0163C971d1f
Octal7014511755026742273537
Binary11100011001011001111101101010110111100100101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38654F; }

 p { color: rgb(56,101,79); }

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

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

 a { background-color: rgb(56,101,79); }

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

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

 span { border-color: rgb(56,101,79); }

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