Html Css Color HEX #3C6051 Spectra

📋 copy color: '#3C6051'

red 60 ◦ green 96 ◦ blue 81

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

Shades of Spectra #3C6051

Tints of Spectra #3C6051

RGB

 RED value IS 60 (23.83% from 255) = 25.32%

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

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

R = 25.32%
G = 40.51%
B = 34.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#3C6051 (or 0x3C6051) is known color: Spectra. HEX triplet: 3C, 60 and 51. RGB value is (60,96,81). Sum of RGB (Red+Green+Blue) = 60+96+81=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6051 is #C39FAE. Grayscale: #535353. Windows color (decimal): -12820399 or 5333052. OLE color: 5333052.

HSL color Cylindrical-coordinate representation of color #3C6051: hue angle of 155º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6051 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 81 -
CMYK 0.38 0 0.16 0.62
HSL 155º 0.23% 0.31% -
HSV(B) 155º 0.38% 0.38% -
XYZ 7.53 9.92 9.3 -
YUV 83.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 60 96 81 0.38 0 0.16 0.62 155 0.23 0.31
Hex 3C 60 51 26 0 10 3E 9B 17 1F
Octal 74 140 121 46 0 20 76 233 27 37
Binary 111100 1100000 1010001 100110 0 10000 111110 10011011 10111 11111

Color Harmonies of #3C6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6051

Black with #3C6051

Text Example


Text Example

White with #3C6051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,81); }

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

background-color css

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

 a { background-color: rgb(60,96,81); }

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

border-color css

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

 span { border-color: rgb(60,96,81); }

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