Html Css Color HEX #42705A Stromboli

📋 copy color: '#42705A'

red 66 ◦ green 112 ◦ blue 90

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

Shades of Stromboli #42705A

Tints of Stromboli #42705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 24.63%
G = 41.79%
B = 33.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#42705A (or 0x42705A) is known color: Stromboli. HEX triplet: 42, 70 and 5A. RGB value is (66,112,90). Sum of RGB (Red+Green+Blue) = 66+112+90=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #42705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42705A is #BD8FA5. Grayscale: #5F5F5F. Windows color (decimal): -12423078 or 5926978. OLE color: 5926978.

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

Color convert

RGB 66 112 90 -
CMYK 0.41 0 0.20 0.56
HSL 151.3º 0.26% 0.35% -
HSV(B) 151.3º 0.41% 0.44% -
XYZ 9.89 13.48 11.75 -
YUV 95.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 66 112 90 0.41 0 0.20 0.56 151.3 0.26 0.35
Hex 42 70 5A 29 0 14 38 97 1A 23
Octal 102 160 132 51 0 24 70 227 32 43
Binary 1000010 1110000 1011010 101001 0 10100 111000 10010111 11010 100011

Color Harmonies of #42705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42705A

Black with #42705A

Text Example


Text Example

White with #42705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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