Html Css Color HEX #386052 Spectra

📋 copy color: '#386052'

red 56 ◦ green 96 ◦ blue 82

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

Shades of Spectra #386052

Tints of Spectra #386052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 23.93%
G = 41.03%
B = 35.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#386052 (or 0x386052) is known color: Spectra. HEX triplet: 38, 60 and 52. RGB value is (56,96,82). Sum of RGB (Red+Green+Blue) = 56+96+82=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #386052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386052 is #C79FAD. Grayscale: #525252. Windows color (decimal): -13082542 or 5398584. OLE color: 5398584.

HSL color Cylindrical-coordinate representation of color #386052: hue angle of 159º degrees, saturation: 0.26, 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 #386052 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 82 -
CMYK 0.42 0 0.15 0.62
HSL 159º 0.26% 0.3% -
HSV(B) 159º 0.42% 0.38% -
XYZ 7.34 9.82 9.49 -
YUV 82.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 56 96 82 0.42 0 0.15 0.62 159 0.26 0.3
Hex 38 60 52 2A 0 F 3E 9F 1A 1E
Octal 70 140 122 52 0 17 76 237 32 36
Binary 111000 1100000 1010010 101010 0 1111 111110 10011111 11010 11110

Color Harmonies of #386052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386052

Black with #386052

Text Example


Text Example

White with #386052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386052; }

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

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

background-color css

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

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

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

border-color css

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

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

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