Html Css Color HEX #427260 Stromboli

📋 copy color: '#427260'

red 66 ◦ green 114 ◦ blue 96

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

Shades of Stromboli #427260

Tints of Stromboli #427260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 23.91%
G = 41.3%
B = 34.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#427260 (or 0x427260) is known color: Stromboli. HEX triplet: 42, 72 and 60. RGB value is (66,114,96). Sum of RGB (Red+Green+Blue) = 66+114+96=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #427260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427260 is #BD8D9F. Grayscale: #616161. Windows color (decimal): -12422560 or 6320706. OLE color: 6320706.

HSL color Cylindrical-coordinate representation of color #427260: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427260 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 96 -
CMYK 0.42 0 0.16 0.55
HSL 157.5º 0.27% 0.35% -
HSV(B) 157.5º 0.42% 0.45% -
XYZ 10.38 14.04 13.23 -
YUV 97.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 66 114 96 0.42 0 0.16 0.55 157.5 0.27 0.35
Hex 42 72 60 2A 0 10 37 9E 1B 23
Octal 102 162 140 52 0 20 67 236 33 43
Binary 1000010 1110010 1100000 101010 0 10000 110111 10011110 11011 100011

Color Harmonies of #427260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427260

Black with #427260

Text Example


Text Example

White with #427260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427260; }

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

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

background-color css

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

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

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

border-color css

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

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

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