Html Css Color HEX #42735E Stromboli

📋 copy color: '#42735E'

red 66 ◦ green 115 ◦ blue 94

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

Shades of Stromboli #42735E

Tints of Stromboli #42735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

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

R = 24%
G = 41.82%
B = 34.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#42735E (or 0x42735E) is known color: Stromboli. HEX triplet: 42, 73 and 5E. RGB value is (66,115,94). Sum of RGB (Red+Green+Blue) = 66+115+94=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #42735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42735E is #BD8CA1. Grayscale: #616161. Windows color (decimal): -12422306 or 6189890. OLE color: 6189890.

HSL color Cylindrical-coordinate representation of color #42735E: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42735E is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 94 -
CMYK 0.43 0 0.18 0.55
HSL 154.29º 0.27% 0.35% -
HSV(B) 154.29º 0.43% 0.45% -
XYZ 10.4 14.23 12.79 -
YUV 97.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 66 115 94 0.43 0 0.18 0.55 154.29 0.27 0.35
Hex 42 73 5E 2B 0 12 37 9A 1B 23
Octal 102 163 136 53 0 22 67 232 33 43
Binary 1000010 1110011 1011110 101011 0 10010 110111 10011010 11011 100011

Color Harmonies of #42735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42735E

Black with #42735E

Text Example


Text Example

White with #42735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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