#38674F

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

Shades of Spectra #38674F

Tints of Spectra #38674F

Color information

#38674F (or 0x38674F) is unknown color: approx Spectra. HEX triplet: 38, 67 and 4F. RGB value is (56,103,79). Sum of RGB (Red+Green+Blue) = 56+103+79=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #38674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38674F is #C798B0. Grayscale: #565656. Windows color (decimal): -13080753 or 5203768. OLE color: 5203768.

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

Color convert

RGB5610379-
CMYK0.4600.230.60
HSL149.36º29.56%31.18%-
HSV(B)149.36º45.63%40.39%-
XYZ7.8911.119.12-
YUV86.21123.93106.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 103 (40.62% from 255) = 43.28%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=23.53%
G=43.28%
B=33.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103790.4600.230.60149.3629.5631.18
Hex38674F2E0173C951e1f
Octal7014711756027742253637
Binary11100011001111001111101110010111111100100101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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