Html Css Color HEX #42735F Stromboli

📋 copy color: '#42735F'

red 66 ◦ green 115 ◦ blue 95

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

Shades of Stromboli #42735F

Tints of Stromboli #42735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 23.91%
G = 41.67%
B = 34.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#42735F (or 0x42735F) is known color: Stromboli. HEX triplet: 42, 73 and 5F. RGB value is (66,115,95). Sum of RGB (Red+Green+Blue) = 66+115+95=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #42735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42735F is #BD8CA0. Grayscale: #626262. Windows color (decimal): -12422305 or 6255426. OLE color: 6255426.

HSL color Cylindrical-coordinate representation of color #42735F: hue angle of 155.51º 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 #42735F is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 95 -
CMYK 0.43 0 0.17 0.55
HSL 155.51º 0.27% 0.35% -
HSV(B) 155.51º 0.43% 0.45% -
XYZ 10.44 14.25 13.03 -
YUV 98.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 66 115 95 0.43 0 0.17 0.55 155.51 0.27 0.35
Hex 42 73 5F 2B 0 11 37 9C 1B 23
Octal 102 163 137 53 0 21 67 234 33 43
Binary 1000010 1110011 1011111 101011 0 10001 110111 10011100 11011 100011

Color Harmonies of #42735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42735F

Black with #42735F

Text Example


Text Example

White with #42735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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