Html Css Color HEX #3A6A5F Stromboli

📋 copy color: '#3A6A5F'

red 58 ◦ green 106 ◦ blue 95

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

Shades of Stromboli #3A6A5F

Tints of Stromboli #3A6A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.93%

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 22.39%
G = 40.93%
B = 36.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#3A6A5F (or 0x3A6A5F) is known color: Stromboli. HEX triplet: 3A, 6A and 5F. RGB value is (58,106,95). Sum of RGB (Red+Green+Blue) = 58+106+95=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6A5F is #C595A0. Grayscale: #5A5A5A. Windows color (decimal): -12948897 or 6253114. OLE color: 6253114.

HSL color Cylindrical-coordinate representation of color #3A6A5F: hue angle of 166.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A5F is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 106 95 -
CMYK 0.45 0 0.10 0.58
HSL 166.25º 0.29% 0.32% -
HSV(B) 166.25º 0.45% 0.42% -
XYZ 8.96 12.03 12.68 -
YUV 90.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 58 106 95 0.45 0 0.10 0.58 166.25 0.29 0.32
Hex 3A 6A 5F 2D 0 A 3A A6 1D 20
Octal 72 152 137 55 0 12 72 246 35 40
Binary 111010 1101010 1011111 101101 0 1010 111010 10100110 11101 100000

Color Harmonies of #3A6A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6A5F

Black with #3A6A5F

Text Example


Text Example

White with #3A6A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,106,95); }

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

background-color css

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

 a { background-color: rgb(58,106,95); }

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

border-color css

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

 span { border-color: rgb(58,106,95); }

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