Html Css Color HEX #386551 Spectra

📋 copy color: '#386551'

red 56 ◦ green 101 ◦ blue 81

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

Shades of Spectra #386551

Tints of Spectra #386551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

 BLUE value IS 81 (32.03% from 255) = 34.03%

R = 23.53%
G = 42.44%
B = 34.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#386551 (or 0x386551) is known color: Spectra. HEX triplet: 38, 65 and 51. RGB value is (56,101,81). Sum of RGB (Red+Green+Blue) = 56+101+81=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #386551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386551 is #C79AAE. Grayscale: #555555. Windows color (decimal): -13081263 or 5334328. OLE color: 5334328.

HSL color Cylindrical-coordinate representation of color #386551: hue angle of 153.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386551 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 81 -
CMYK 0.45 0 0.20 0.60
HSL 153.33º 0.29% 0.31% -
HSV(B) 153.33º 0.45% 0.4% -
XYZ 7.77 10.74 9.45 -
YUV 85.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 56 101 81 0.45 0 0.20 0.60 153.33 0.29 0.31
Hex 38 65 51 2D 0 14 3C 99 1D 1F
Octal 70 145 121 55 0 24 74 231 35 37
Binary 111000 1100101 1010001 101101 0 10100 111100 10011001 11101 11111

Color Harmonies of #386551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386551

Black with #386551

Text Example


Text Example

White with #386551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386551; }

 p { color: rgb(56,101,81); }

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

background-color css

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

 a { background-color: rgb(56,101,81); }

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

border-color css

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

 span { border-color: rgb(56,101,81); }

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