Html Css Color HEX #42635C Stromboli

📋 copy color: '#42635C'

red 66 ◦ green 99 ◦ blue 92

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

Shades of Stromboli #42635C

Tints of Stromboli #42635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 25.68%
G = 38.52%
B = 35.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#42635C (or 0x42635C) is known color: Stromboli. HEX triplet: 42, 63 and 5C. RGB value is (66,99,92). Sum of RGB (Red+Green+Blue) = 66+99+92=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #42635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42635C is #BD9CA3. Grayscale: #585858. Windows color (decimal): -12426404 or 6054722. OLE color: 6054722.

HSL color Cylindrical-coordinate representation of color #42635C: hue angle of 167.27º 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 #42635C is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 92 -
CMYK 0.33 0 0.07 0.61
HSL 167.27º 0.2% 0.32% -
HSV(B) 167.27º 0.33% 0.39% -
XYZ 8.64 10.85 11.76 -
YUV 88.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 66 99 92 0.33 0 0.07 0.61 167.27 0.2 0.32
Hex 42 63 5C 21 0 7 3D A7 14 20
Octal 102 143 134 41 0 7 75 247 24 40
Binary 1000010 1100011 1011100 100001 0 111 111101 10100111 10100 100000

Color Harmonies of #42635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42635C

Black with #42635C

Text Example


Text Example

White with #42635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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