Html Css Color HEX #416853 Stromboli

📋 copy color: '#416853'

red 65 ◦ green 104 ◦ blue 83

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

Shades of Stromboli #416853

Tints of Stromboli #416853

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.27%

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

R = 25.79%
G = 41.27%
B = 32.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#416853 (or 0x416853) is known color: Stromboli. HEX triplet: 41, 68 and 53. RGB value is (65,104,83). Sum of RGB (Red+Green+Blue) = 65+104+83=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #416853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416853 is #BE97AC. Grayscale: #595959. Windows color (decimal): -12490669 or 5466177. OLE color: 5466177.

HSL color Cylindrical-coordinate representation of color #416853: hue angle of 147.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416853 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 83 -
CMYK 0.38 0 0.20 0.59
HSL 147.69º 0.23% 0.33% -
HSV(B) 147.69º 0.38% 0.41% -
XYZ 8.69 11.65 9.97 -
YUV 89.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 65 104 83 0.38 0 0.20 0.59 147.69 0.23 0.33
Hex 41 68 53 26 0 14 3B 94 17 21
Octal 101 150 123 46 0 24 73 224 27 41
Binary 1000001 1101000 1010011 100110 0 10100 111011 10010100 10111 100001

Color Harmonies of #416853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416853

Black with #416853

Text Example


Text Example

White with #416853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416853; }

 p { color: rgb(65,104,83); }

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

background-color css

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

 a { background-color: rgb(65,104,83); }

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

border-color css

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

 span { border-color: rgb(65,104,83); }

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