Html Css Color HEX #3A6255 Stromboli

📋 copy color: '#3A6255'

red 58 ◦ green 98 ◦ blue 85

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

Shades of Stromboli #3A6255

Tints of Stromboli #3A6255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 24.07%
G = 40.66%
B = 35.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#3A6255 (or 0x3A6255) is known color: Stromboli. HEX triplet: 3A, 62 and 55. RGB value is (58,98,85). Sum of RGB (Red+Green+Blue) = 58+98+85=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6255 is #C59DAA. Grayscale: #545454. Windows color (decimal): -12950955 or 5595706. OLE color: 5595706.

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

Color convert

RGB 58 98 85 -
CMYK 0.41 0 0.13 0.62
HSL 160.5º 0.26% 0.31% -
HSV(B) 160.5º 0.41% 0.38% -
XYZ 7.75 10.29 10.17 -
YUV 84.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 58 98 85 0.41 0 0.13 0.62 160.5 0.26 0.31
Hex 3A 62 55 29 0 D 3E A0 1A 1F
Octal 72 142 125 51 0 15 76 240 32 37
Binary 111010 1100010 1010101 101001 0 1101 111110 10100000 11010 11111

Color Harmonies of #3A6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6255

Black with #3A6255

Text Example


Text Example

White with #3A6255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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