Html Css Color HEX #3A614F Spectra

📋 copy color: '#3A614F'

red 58 ◦ green 97 ◦ blue 79

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

Shades of Spectra #3A614F

Tints of Spectra #3A614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

 BLUE value IS 79 (31.25% from 255) = 33.76%

R = 24.79%
G = 41.45%
B = 33.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#3A614F (or 0x3A614F) is known color: Spectra. HEX triplet: 3A, 61 and 4F. RGB value is (58,97,79). Sum of RGB (Red+Green+Blue) = 58+97+79=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #3A614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A614F is #C59EB0. Grayscale: #535353. Windows color (decimal): -12951217 or 5202234. OLE color: 5202234.

HSL color Cylindrical-coordinate representation of color #3A614F: hue angle of 152.31º 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 #3A614F is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 97 79 -
CMYK 0.40 0 0.19 0.62
HSL 152.31º 0.25% 0.3% -
HSV(B) 152.31º 0.4% 0.38% -
XYZ 7.43 10.01 8.94 -
YUV 83.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 58 97 79 0.40 0 0.19 0.62 152.31 0.25 0.3
Hex 3A 61 4F 28 0 13 3E 98 19 1E
Octal 72 141 117 50 0 23 76 230 31 36
Binary 111010 1100001 1001111 101000 0 10011 111110 10011000 11001 11110

Color Harmonies of #3A614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A614F

Black with #3A614F

Text Example


Text Example

White with #3A614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,79); }

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

background-color css

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

 a { background-color: rgb(58,97,79); }

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

border-color css

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

 span { border-color: rgb(58,97,79); }

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