Html Css Color HEX #386552 Spectra

📋 copy color: '#386552'

red 56 ◦ green 101 ◦ blue 82

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

Shades of Spectra #386552

Tints of Spectra #386552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.31%

R = 23.43%
G = 42.26%
B = 34.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#386552 (or 0x386552) is known color: Spectra. HEX triplet: 38, 65 and 52. RGB value is (56,101,82). Sum of RGB (Red+Green+Blue) = 56+101+82=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #386552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386552 is #C79AAD. Grayscale: #555555. Windows color (decimal): -13081262 or 5399864. OLE color: 5399864.

HSL color Cylindrical-coordinate representation of color #386552: hue angle of 154.67º 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 #386552 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 82 -
CMYK 0.45 0 0.19 0.60
HSL 154.67º 0.29% 0.31% -
HSV(B) 154.67º 0.45% 0.4% -
XYZ 7.81 10.76 9.65 -
YUV 85.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 56 101 82 0.45 0 0.19 0.60 154.67 0.29 0.31
Hex 38 65 52 2D 0 13 3C 9B 1D 1F
Octal 70 145 122 55 0 23 74 233 35 37
Binary 111000 1100101 1010010 101101 0 10011 111100 10011011 11101 11111

Color Harmonies of #386552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386552

Black with #386552

Text Example


Text Example

White with #386552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386552; }

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

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

background-color css

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

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

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

border-color css

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

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

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