Html Css Color HEX #416152 Stromboli

📋 copy color: '#416152'

red 65 ◦ green 97 ◦ blue 82

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

Shades of Stromboli #416152

Tints of Stromboli #416152

RGB

 RED value IS 65 (25.78% from 255) = 26.64%

 GREEN value IS 97 (38.28% from 255) = 39.75%

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 26.64%
G = 39.75%
B = 33.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#416152 (or 0x416152) is known color: Stromboli. HEX triplet: 41, 61 and 52. RGB value is (65,97,82). Sum of RGB (Red+Green+Blue) = 65+97+82=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #416152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416152 is #BE9EAD. Grayscale: #555555. Windows color (decimal): -12492462 or 5398849. OLE color: 5398849.

HSL color Cylindrical-coordinate representation of color #416152: hue angle of 151.88º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #416152 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 82 -
CMYK 0.33 0 0.15 0.62
HSL 151.88º 0.2% 0.32% -
HSV(B) 151.88º 0.33% 0.38% -
XYZ 7.98 10.28 9.55 -
YUV 85.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 65 97 82 0.33 0 0.15 0.62 151.88 0.2 0.32
Hex 41 61 52 21 0 F 3E 98 14 20
Octal 101 141 122 41 0 17 76 230 24 40
Binary 1000001 1100001 1010010 100001 0 1111 111110 10011000 10100 100000

Color Harmonies of #416152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416152

Black with #416152

Text Example


Text Example

White with #416152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416152; }

 p { color: rgb(65,97,82); }

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

background-color css

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

 a { background-color: rgb(65,97,82); }

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

border-color css

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

 span { border-color: rgb(65,97,82); }

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