Html Css Color HEX #42635B Stromboli

📋 copy color: '#42635B'

red 66 ◦ green 99 ◦ blue 91

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

Shades of Stromboli #42635B

Tints of Stromboli #42635B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

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

R = 25.78%
G = 38.67%
B = 35.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#42635B (or 0x42635B) is known color: Stromboli. HEX triplet: 42, 63 and 5B. RGB value is (66,99,91). Sum of RGB (Red+Green+Blue) = 66+99+91=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #42635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42635B is #BD9CA4. Grayscale: #585858. Windows color (decimal): -12426405 or 5989186. OLE color: 5989186.

HSL color Cylindrical-coordinate representation of color #42635B: hue angle of 165.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42635B is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 91 -
CMYK 0.33 0 0.08 0.61
HSL 165.45º 0.2% 0.32% -
HSV(B) 165.45º 0.33% 0.39% -
XYZ 8.6 10.84 11.54 -
YUV 88.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 66 99 91 0.33 0 0.08 0.61 165.45 0.2 0.32
Hex 42 63 5B 21 0 8 3D A5 14 20
Octal 102 143 133 41 0 10 75 245 24 40
Binary 1000010 1100011 1011011 100001 0 1000 111101 10100101 10100 100000

Color Harmonies of #42635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42635B

Black with #42635B

Text Example


Text Example

White with #42635B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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