Html Css Color HEX #3A6655 Stromboli

📋 copy color: '#3A6655'

red 58 ◦ green 102 ◦ blue 85

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

Shades of Stromboli #3A6655

Tints of Stromboli #3A6655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

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

R = 23.67%
G = 41.63%
B = 34.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#3A6655 (or 0x3A6655) is known color: Stromboli. HEX triplet: 3A, 66 and 55. RGB value is (58,102,85). Sum of RGB (Red+Green+Blue) = 58+102+85=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #3A6655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6655 is #C599AA. Grayscale: #565656. Windows color (decimal): -12949931 or 5596730. OLE color: 5596730.

HSL color Cylindrical-coordinate representation of color #3A6655: hue angle of 156.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A6655 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB 58 102 85 -
CMYK 0.43 0 0.17 0.6
HSL 156.82º 0.28% 0.31% -
HSV(B) 156.82º 0.43% 0.4% -
XYZ 8.14 11.06 10.3 -
YUV 86.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 58 102 85 0.43 0 0.17 0.6 156.82 0.28 0.31
Hex 3A 66 55 2B 0 11 3C 9D 1C 1F
Octal 72 146 125 53 0 21 74 235 34 37
Binary 111010 1100110 1010101 101011 0 10001 111100 10011101 11100 11111

Color Harmonies of #3A6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6655

Black with #3A6655

Text Example


Text Example

White with #3A6655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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