Html Css Color HEX #42705B Stromboli

📋 copy color: '#42705B'

red 66 ◦ green 112 ◦ blue 91

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

Shades of Stromboli #42705B

Tints of Stromboli #42705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 24.54%
G = 41.64%
B = 33.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#42705B (or 0x42705B) is known color: Stromboli. HEX triplet: 42, 70 and 5B. RGB value is (66,112,91). Sum of RGB (Red+Green+Blue) = 66+112+91=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #42705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42705B is #BD8FA4. Grayscale: #5F5F5F. Windows color (decimal): -12423077 or 5992514. OLE color: 5992514.

HSL color Cylindrical-coordinate representation of color #42705B: hue angle of 152.61º 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 #42705B is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 91 -
CMYK 0.41 0 0.19 0.56
HSL 152.61º 0.26% 0.35% -
HSV(B) 152.61º 0.41% 0.44% -
XYZ 9.93 13.5 11.98 -
YUV 95.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 66 112 91 0.41 0 0.19 0.56 152.61 0.26 0.35
Hex 42 70 5B 29 0 13 38 99 1A 23
Octal 102 160 133 51 0 23 70 231 32 43
Binary 1000010 1110000 1011011 101001 0 10011 111000 10011001 11010 100011

Color Harmonies of #42705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42705B

Black with #42705B

Text Example


Text Example

White with #42705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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