Html Css Color HEX #427261 Stromboli

📋 copy color: '#427261'

red 66 ◦ green 114 ◦ blue 97

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

Shades of Stromboli #427261

Tints of Stromboli #427261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 23.83%
G = 41.16%
B = 35.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#427261 (or 0x427261) is known color: Stromboli. HEX triplet: 42, 72 and 61. RGB value is (66,114,97). Sum of RGB (Red+Green+Blue) = 66+114+97=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #427261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427261 is #BD8D9E. Grayscale: #616161. Windows color (decimal): -12422559 or 6386242. OLE color: 6386242.

HSL color Cylindrical-coordinate representation of color #427261: hue angle of 158.75º 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 #427261 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 97 -
CMYK 0.42 0 0.15 0.55
HSL 158.75º 0.27% 0.35% -
HSV(B) 158.75º 0.42% 0.45% -
XYZ 10.42 14.06 13.47 -
YUV 97.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 66 114 97 0.42 0 0.15 0.55 158.75 0.27 0.35
Hex 42 72 61 2A 0 F 37 9F 1B 23
Octal 102 162 141 52 0 17 67 237 33 43
Binary 1000010 1110010 1100001 101010 0 1111 110111 10011111 11011 100011

Color Harmonies of #427261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427261

Black with #427261

Text Example


Text Example

White with #427261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427261; }

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

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

background-color css

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

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

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

border-color css

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

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

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