#38624F

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

Shades of Spectra #38624F

Tints of Spectra #38624F

Color information

#38624F (or 0x38624F) is unknown color: approx Spectra. HEX triplet: 38, 62 and 4F. RGB value is (56,98,79). Sum of RGB (Red+Green+Blue) = 56+98+79=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #38624F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38624F is #C79DB0. Grayscale: #535353. Windows color (decimal): -13082033 or 5202488. OLE color: 5202488.

HSL color Cylindrical-coordinate representation of color #38624F: hue angle of 152.86º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38624F is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB569879-
CMYK0.4300.190.62
HSL152.86º27.27%30.2%-
HSV(B)152.86º42.86%38.43%-
XYZ7.4110.148.96-
YUV83.28125.59108.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=24.03%
G=42.06%
B=33.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698790.4300.190.62152.8627.2730.2
Hex38624F2B0133E991b1e
Octal7014211753023762313336
Binary11100011000101001111101011010011111110100110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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