Html Css Color HEX #385D4F Spectra

📋 copy color: '#385D4F'

red 56 ◦ green 93 ◦ blue 79

#385D4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #385D4F

Tints of Spectra #385D4F

RGB

 RED value IS 56 (22.27% from 255) = 24.56%

 GREEN value IS 93 (36.72% from 255) = 40.79%

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 24.56%
G = 40.79%
B = 34.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#385D4F (or 0x385D4F) is known color: Spectra. HEX triplet: 38, 5D and 4F. RGB value is (56,93,79). Sum of RGB (Red+Green+Blue) = 56+93+79=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #385D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D4F is #C7A2B0. Grayscale: #505050. Windows color (decimal): -13083313 or 5201208. OLE color: 5201208.

HSL color Cylindrical-coordinate representation of color #385D4F: hue angle of 157.3º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D4F is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 93 79 -
CMYK 0.40 0 0.15 0.64
HSL 157.3º 0.25% 0.29% -
HSV(B) 157.3º 0.4% 0.36% -
XYZ 6.96 9.23 8.81 -
YUV 80.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 56 93 79 0.40 0 0.15 0.64 157.3 0.25 0.29
Hex 38 5D 4F 28 0 F 40 9D 19 1D
Octal 70 135 117 50 0 17 100 235 31 35
Binary 111000 1011101 1001111 101000 0 1111 1000000 10011101 11001 11101

Color Harmonies of #385D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D4F

Black with #385D4F

Text Example


Text Example

White with #385D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385D4F; }

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

 H1.HeaderClassName
 {
   color: #385D4F;
 }
 .AnyTagClassName
 {
   color: #385D4F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #385D4F;
 }
 .BgClassName
 {
   background-color: #385D4F;
 }
</style>

border-color css

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

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

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