Html Css Color HEX #41625C Stromboli

📋 copy color: '#41625C'

red 65 ◦ green 98 ◦ blue 92

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

Shades of Stromboli #41625C

Tints of Stromboli #41625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.43%

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 25.49%
G = 38.43%
B = 36.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#41625C (or 0x41625C) is known color: Stromboli. HEX triplet: 41, 62 and 5C. RGB value is (65,98,92). Sum of RGB (Red+Green+Blue) = 65+98+92=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #41625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41625C is #BE9DA3. Grayscale: #575757. Windows color (decimal): -12492196 or 6054465. OLE color: 6054465.

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

Color convert

RGB 65 98 92 -
CMYK 0.34 0 0.06 0.62
HSL 169.09º 0.2% 0.32% -
HSV(B) 169.09º 0.34% 0.38% -
XYZ 8.48 10.63 11.73 -
YUV 87.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 65 98 92 0.34 0 0.06 0.62 169.09 0.2 0.32
Hex 41 62 5C 22 0 6 3E A9 14 20
Octal 101 142 134 42 0 6 76 251 24 40
Binary 1000001 1100010 1011100 100010 0 110 111110 10101001 10100 100000

Color Harmonies of #41625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41625C

Black with #41625C

Text Example


Text Example

White with #41625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41625C; }

 p { color: rgb(65,98,92); }

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

background-color css

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

 a { background-color: rgb(65,98,92); }

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

border-color css

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

 span { border-color: rgb(65,98,92); }

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