Html Css Color HEX #42715E Stromboli

📋 copy color: '#42715E'

red 66 ◦ green 113 ◦ blue 94

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

Shades of Stromboli #42715E

Tints of Stromboli #42715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 24.18%
G = 41.39%
B = 34.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#42715E (or 0x42715E) is known color: Stromboli. HEX triplet: 42, 71 and 5E. RGB value is (66,113,94). Sum of RGB (Red+Green+Blue) = 66+113+94=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #42715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42715E is #BD8EA1. Grayscale: #606060. Windows color (decimal): -12422818 or 6189378. OLE color: 6189378.

HSL color Cylindrical-coordinate representation of color #42715E: hue angle of 155.74º 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 #42715E is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 94 -
CMYK 0.42 0 0.17 0.56
HSL 155.74º 0.26% 0.35% -
HSV(B) 155.74º 0.42% 0.44% -
XYZ 10.17 13.78 12.71 -
YUV 96.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 66 113 94 0.42 0 0.17 0.56 155.74 0.26 0.35
Hex 42 71 5E 2A 0 11 38 9C 1A 23
Octal 102 161 136 52 0 21 70 234 32 43
Binary 1000010 1110001 1011110 101010 0 10001 111000 10011100 11010 100011

Color Harmonies of #42715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42715E

Black with #42715E

Text Example


Text Example

White with #42715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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