Html Css Color HEX #42725F Stromboli

📋 copy color: '#42725F'

red 66 ◦ green 114 ◦ blue 95

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

Shades of Stromboli #42725F

Tints of Stromboli #42725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

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

R = 24%
G = 41.45%
B = 34.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#42725F (or 0x42725F) is known color: Stromboli. HEX triplet: 42, 72 and 5F. RGB value is (66,114,95). Sum of RGB (Red+Green+Blue) = 66+114+95=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #42725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42725F is #BD8DA0. Grayscale: #616161. Windows color (decimal): -12422561 or 6255170. OLE color: 6255170.

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

Color convert

RGB 66 114 95 -
CMYK 0.42 0 0.17 0.55
HSL 156.25º 0.27% 0.35% -
HSV(B) 156.25º 0.42% 0.45% -
XYZ 10.33 14.02 12.99 -
YUV 97.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 66 114 95 0.42 0 0.17 0.55 156.25 0.27 0.35
Hex 42 72 5F 2A 0 11 37 9C 1B 23
Octal 102 162 137 52 0 21 67 234 33 43
Binary 1000010 1110010 1011111 101010 0 10001 110111 10011100 11011 100011

Color Harmonies of #42725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42725F

Black with #42725F

Text Example


Text Example

White with #42725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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