Html Css Color HEX #42615B Stromboli

📋 copy color: '#42615B'

red 66 ◦ green 97 ◦ blue 91

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

Shades of Stromboli #42615B

Tints of Stromboli #42615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.19%

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

R = 25.98%
G = 38.19%
B = 35.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#42615B (or 0x42615B) is known color: Stromboli. HEX triplet: 42, 61 and 5B. RGB value is (66,97,91). Sum of RGB (Red+Green+Blue) = 66+97+91=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #42615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42615B is #BD9EA4. Grayscale: #575757. Windows color (decimal): -12426917 or 5988674. OLE color: 5988674.

HSL color Cylindrical-coordinate representation of color #42615B: hue angle of 168.39º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42615B is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 91 -
CMYK 0.32 0 0.06 0.62
HSL 168.39º 0.19% 0.32% -
HSV(B) 168.39º 0.32% 0.38% -
XYZ 8.41 10.46 11.47 -
YUV 87.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 66 97 91 0.32 0 0.06 0.62 168.39 0.19 0.32
Hex 42 61 5B 20 0 6 3E A8 13 20
Octal 102 141 133 40 0 6 76 250 23 40
Binary 1000010 1100001 1011011 100000 0 110 111110 10101000 10011 100000

Color Harmonies of #42615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42615B

Black with #42615B

Text Example


Text Example

White with #42615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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