Html Css Color HEX #42715D Stromboli

📋 copy color: '#42715D'

red 66 ◦ green 113 ◦ blue 93

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

Shades of Stromboli #42715D

Tints of Stromboli #42715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 24.26%
G = 41.54%
B = 34.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#42715D (or 0x42715D) is known color: Stromboli. HEX triplet: 42, 71 and 5D. RGB value is (66,113,93). Sum of RGB (Red+Green+Blue) = 66+113+93=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #42715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42715D is #BD8EA2. Grayscale: #606060. Windows color (decimal): -12422819 or 6123842. OLE color: 6123842.

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

Color convert

RGB 66 113 93 -
CMYK 0.42 0 0.18 0.56
HSL 154.47º 0.26% 0.35% -
HSV(B) 154.47º 0.42% 0.44% -
XYZ 10.13 13.76 12.48 -
YUV 96.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 66 113 93 0.42 0 0.18 0.56 154.47 0.26 0.35
Hex 42 71 5D 2A 0 12 38 9A 1A 23
Octal 102 161 135 52 0 22 70 232 32 43
Binary 1000010 1110001 1011101 101010 0 10010 111000 10011010 11010 100011

Color Harmonies of #42715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42715D

Black with #42715D

Text Example


Text Example

White with #42715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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