Html Css Color HEX #426253 Stromboli

📋 copy color: '#426253'

red 66 ◦ green 98 ◦ blue 83

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

Shades of Stromboli #426253

Tints of Stromboli #426253

RGB

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

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

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

R = 26.72%
G = 39.68%
B = 33.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#426253 (or 0x426253) is known color: Stromboli. HEX triplet: 42, 62 and 53. RGB value is (66,98,83). Sum of RGB (Red+Green+Blue) = 66+98+83=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #426253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426253 is #BD9DAC. Grayscale: #565656. Windows color (decimal): -12426669 or 5464642. OLE color: 5464642.

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

Color convert

RGB 66 98 83 -
CMYK 0.33 0 0.15 0.62
HSL 151.88º 0.2% 0.32% -
HSV(B) 151.88º 0.33% 0.38% -
XYZ 8.18 10.52 9.78 -
YUV 86.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 66 98 83 0.33 0 0.15 0.62 151.88 0.2 0.32
Hex 42 62 53 21 0 F 3E 98 14 20
Octal 102 142 123 41 0 17 76 230 24 40
Binary 1000010 1100010 1010011 100001 0 1111 111110 10011000 10100 100000

Color Harmonies of #426253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426253

Black with #426253

Text Example


Text Example

White with #426253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426253; }

 p { color: rgb(66,98,83); }

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

background-color css

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

 a { background-color: rgb(66,98,83); }

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

border-color css

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

 span { border-color: rgb(66,98,83); }

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