Html Css Color HEX #427160 Stromboli

📋 copy color: '#427160'

red 66 ◦ green 113 ◦ blue 96

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

Shades of Stromboli #427160

Tints of Stromboli #427160

RGB

 RED value IS 66 (26.17% from 255) = 24%

 GREEN value IS 113 (44.53% from 255) = 41.09%

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 24%
G = 41.09%
B = 34.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#427160 (or 0x427160) is known color: Stromboli. HEX triplet: 42, 71 and 60. RGB value is (66,113,96). Sum of RGB (Red+Green+Blue) = 66+113+96=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #427160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427160 is #BD8E9F. Grayscale: #616161. Windows color (decimal): -12422816 or 6320450. OLE color: 6320450.

HSL color Cylindrical-coordinate representation of color #427160: hue angle of 158.3º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427160 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 96 -
CMYK 0.42 0 0.15 0.56
HSL 158.3º 0.26% 0.35% -
HSV(B) 158.3º 0.42% 0.44% -
XYZ 10.26 13.81 13.19 -
YUV 97.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 66 113 96 0.42 0 0.15 0.56 158.3 0.26 0.35
Hex 42 71 60 2A 0 F 38 9E 1A 23
Octal 102 161 140 52 0 17 70 236 32 43
Binary 1000010 1110001 1100000 101010 0 1111 111000 10011110 11010 100011

Color Harmonies of #427160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427160

Black with #427160

Text Example


Text Example

White with #427160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427160; }

 p { color: rgb(66,113,96); }

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

background-color css

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

 a { background-color: rgb(66,113,96); }

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

border-color css

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

 span { border-color: rgb(66,113,96); }

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