Html Css Color HEX #3A6955 Stromboli

📋 copy color: '#3A6955'

red 58 ◦ green 105 ◦ blue 85

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

Shades of Stromboli #3A6955

Tints of Stromboli #3A6955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.34%

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 23.39%
G = 42.34%
B = 34.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#3A6955 (or 0x3A6955) is known color: Stromboli. HEX triplet: 3A, 69 and 55. RGB value is (58,105,85). Sum of RGB (Red+Green+Blue) = 58+105+85=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6955 is #C596AA. Grayscale: #585858. Windows color (decimal): -12949163 or 5597498. OLE color: 5597498.

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

Color convert

RGB 58 105 85 -
CMYK 0.45 0 0.19 0.59
HSL 154.47º 0.29% 0.32% -
HSV(B) 154.47º 0.45% 0.41% -
XYZ 8.44 11.66 10.4 -
YUV 88.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 58 105 85 0.45 0 0.19 0.59 154.47 0.29 0.32
Hex 3A 69 55 2D 0 13 3B 9A 1D 20
Octal 72 151 125 55 0 23 73 232 35 40
Binary 111010 1101001 1010101 101101 0 10011 111011 10011010 11101 100000

Color Harmonies of #3A6955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6955

Black with #3A6955

Text Example


Text Example

White with #3A6955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,105,85); }

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

background-color css

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

 a { background-color: rgb(58,105,85); }

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

border-color css

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

 span { border-color: rgb(58,105,85); }

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