Html Css Color HEX #386353 Spectra

📋 copy color: '#386353'

red 56 ◦ green 99 ◦ blue 83

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

Shades of Spectra #386353

Tints of Spectra #386353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 23.53%
G = 41.6%
B = 34.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#386353 (or 0x386353) is known color: Spectra. HEX triplet: 38, 63 and 53. RGB value is (56,99,83). Sum of RGB (Red+Green+Blue) = 56+99+83=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #386353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386353 is #C79CAC. Grayscale: #545454. Windows color (decimal): -13081773 or 5464888. OLE color: 5464888.

HSL color Cylindrical-coordinate representation of color #386353: hue angle of 157.67º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386353 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 99 83 -
CMYK 0.43 0 0.16 0.61
HSL 157.67º 0.28% 0.3% -
HSV(B) 157.67º 0.43% 0.39% -
XYZ 7.65 10.39 9.79 -
YUV 84.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 56 99 83 0.43 0 0.16 0.61 157.67 0.28 0.3
Hex 38 63 53 2B 0 10 3D 9E 1C 1E
Octal 70 143 123 53 0 20 75 236 34 36
Binary 111000 1100011 1010011 101011 0 10000 111101 10011110 11100 11110

Color Harmonies of #386353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386353

Black with #386353

Text Example


Text Example

White with #386353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386353; }

 p { color: rgb(56,99,83); }

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

background-color css

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

 a { background-color: rgb(56,99,83); }

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

border-color css

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

 span { border-color: rgb(56,99,83); }

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