Html Css Color HEX #3A6B53 Stromboli

📋 copy color: '#3A6B53'

red 58 ◦ green 107 ◦ blue 83

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

Shades of Stromboli #3A6B53

Tints of Stromboli #3A6B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.15%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 23.39%
G = 43.15%
B = 33.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#3A6B53 (or 0x3A6B53) is known color: Stromboli. HEX triplet: 3A, 6B and 53. RGB value is (58,107,83). Sum of RGB (Red+Green+Blue) = 58+107+83=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B53 is #C594AC. Grayscale: #595959. Windows color (decimal): -12948653 or 5466938. OLE color: 5466938.

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

Color convert

RGB 58 107 83 -
CMYK 0.46 0 0.22 0.58
HSL 150.61º 0.3% 0.32% -
HSV(B) 150.61º 0.46% 0.42% -
XYZ 8.56 12.04 10.06 -
YUV 89.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 58 107 83 0.46 0 0.22 0.58 150.61 0.3 0.32
Hex 3A 6B 53 2E 0 16 3A 97 1E 20
Octal 72 153 123 56 0 26 72 227 36 40
Binary 111010 1101011 1010011 101110 0 10110 111010 10010111 11110 100000

Color Harmonies of #3A6B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6B53

Black with #3A6B53

Text Example


Text Example

White with #3A6B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,107,83); }

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

background-color css

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

 a { background-color: rgb(58,107,83); }

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

border-color css

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

 span { border-color: rgb(58,107,83); }

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