Html Css Color HEX #41615A Stromboli

📋 copy color: '#41615A'

red 65 ◦ green 97 ◦ blue 90

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

Shades of Stromboli #41615A

Tints of Stromboli #41615A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 25.79%
G = 38.49%
B = 35.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#41615A (or 0x41615A) is known color: Stromboli. HEX triplet: 41, 61 and 5A. RGB value is (65,97,90). Sum of RGB (Red+Green+Blue) = 65+97+90=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #41615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41615A is #BE9EA5. Grayscale: #565656. Windows color (decimal): -12492454 or 5923137. OLE color: 5923137.

HSL color Cylindrical-coordinate representation of color #41615A: hue angle of 166.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 #41615A is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 90 -
CMYK 0.33 0 0.07 0.62
HSL 166.88º 0.2% 0.32% -
HSV(B) 166.88º 0.33% 0.38% -
XYZ 8.3 10.41 11.25 -
YUV 86.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 65 97 90 0.33 0 0.07 0.62 166.88 0.2 0.32
Hex 41 61 5A 21 0 7 3E A7 14 20
Octal 101 141 132 41 0 7 76 247 24 40
Binary 1000001 1100001 1011010 100001 0 111 111110 10100111 10100 100000

Color Harmonies of #41615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41615A

Black with #41615A

Text Example


Text Example

White with #41615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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