Html Css Color HEX #3A6050 Spectra

📋 copy color: '#3A6050'

red 58 ◦ green 96 ◦ blue 80

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

Shades of Spectra #3A6050

Tints of Spectra #3A6050

RGB

 RED value IS 58 (23.05% from 255) = 24.79%

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

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 24.79%
G = 41.03%
B = 34.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#3A6050 (or 0x3A6050) is known color: Spectra. HEX triplet: 3A, 60 and 50. RGB value is (58,96,80). Sum of RGB (Red+Green+Blue) = 58+96+80=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6050 is #C59FAF. Grayscale: #525252. Windows color (decimal): -12951472 or 5267514. OLE color: 5267514.

HSL color Cylindrical-coordinate representation of color #3A6050: hue angle of 154.74º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A6050 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 96 80 -
CMYK 0.40 0 0.17 0.62
HSL 154.74º 0.25% 0.3% -
HSV(B) 154.74º 0.4% 0.38% -
XYZ 7.38 9.84 9.1 -
YUV 82.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 58 96 80 0.40 0 0.17 0.62 154.74 0.25 0.3
Hex 3A 60 50 28 0 11 3E 9B 19 1E
Octal 72 140 120 50 0 21 76 233 31 36
Binary 111010 1100000 1010000 101000 0 10001 111110 10011011 11001 11110

Color Harmonies of #3A6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6050

Black with #3A6050

Text Example


Text Example

White with #3A6050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A6050; }

 p { color: rgb(58,96,80); }

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

background-color css

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

 a { background-color: rgb(58,96,80); }

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

border-color css

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

 span { border-color: rgb(58,96,80); }

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