Html Css Color HEX #426755 Stromboli

📋 copy color: '#426755'

red 66 ◦ green 103 ◦ blue 85

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

Shades of Stromboli #426755

Tints of Stromboli #426755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 25.98%
G = 40.55%
B = 33.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#426755 (or 0x426755) is known color: Stromboli. HEX triplet: 42, 67 and 55. RGB value is (66,103,85). Sum of RGB (Red+Green+Blue) = 66+103+85=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #426755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426755 is #BD98AA. Grayscale: #595959. Windows color (decimal): -12425387 or 5596994. OLE color: 5596994.

HSL color Cylindrical-coordinate representation of color #426755: hue angle of 150.81º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426755 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 85 -
CMYK 0.36 0 0.17 0.60
HSL 150.81º 0.22% 0.33% -
HSV(B) 150.81º 0.36% 0.4% -
XYZ 8.74 11.51 10.36 -
YUV 89.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 66 103 85 0.36 0 0.17 0.60 150.81 0.22 0.33
Hex 42 67 55 24 0 11 3C 97 16 21
Octal 102 147 125 44 0 21 74 227 26 41
Binary 1000010 1100111 1010101 100100 0 10001 111100 10010111 10110 100001

Color Harmonies of #426755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426755

Black with #426755

Text Example


Text Example

White with #426755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426755; }

 p { color: rgb(66,103,85); }

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

background-color css

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

 a { background-color: rgb(66,103,85); }

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

border-color css

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

 span { border-color: rgb(66,103,85); }

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