#38614E

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

Shades of Spectra #38614E

Tints of Spectra #38614E

Color information

#38614E (or 0x38614E) is unknown color: approx Spectra. HEX triplet: 38, 61 and 4E. RGB value is (56,97,78). Sum of RGB (Red+Green+Blue) = 56+97+78=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #38614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38614E is #C79EB1. Grayscale: #525252. Windows color (decimal): -13082290 or 5136696. OLE color: 5136696.

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

Color convert

RGB569778-
CMYK0.4200.200.62
HSL152.2º26.8%30%-
HSV(B)152.2º42.27%38.04%-
XYZ7.289.948.74-
YUV82.57125.42109.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=24.24%
G=41.99%
B=33.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697780.4200.200.62152.226.830
Hex38614E2A0143E981b1e
Octal7014111652024762303336
Binary11100011000011001110101010010100111110100110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38614E; }

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

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

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

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

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

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

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

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