Html Css Color HEX #42705D Stromboli

📋 copy color: '#42705D'

red 66 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #42705D

Tints of Stromboli #42705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

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

R = 24.35%
G = 41.33%
B = 34.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#42705D (or 0x42705D) is known color: Stromboli. HEX triplet: 42, 70 and 5D. RGB value is (66,112,93). Sum of RGB (Red+Green+Blue) = 66+112+93=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #42705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42705D is #BD8FA2. Grayscale: #606060. Windows color (decimal): -12423075 or 6123586. OLE color: 6123586.

HSL color Cylindrical-coordinate representation of color #42705D: hue angle of 155.22º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42705D is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 93 -
CMYK 0.41 0 0.17 0.56
HSL 155.22º 0.26% 0.35% -
HSV(B) 155.22º 0.41% 0.44% -
XYZ 10.02 13.54 12.44 -
YUV 96.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 66 112 93 0.41 0 0.17 0.56 155.22 0.26 0.35
Hex 42 70 5D 29 0 11 38 9B 1A 23
Octal 102 160 135 51 0 21 70 233 32 43
Binary 1000010 1110000 1011101 101001 0 10001 111000 10011011 11010 100011

Color Harmonies of #42705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42705D

Black with #42705D

Text Example


Text Example

White with #42705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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