Html Css Color HEX #42635D Stromboli

📋 copy color: '#42635D'

red 66 ◦ green 99 ◦ blue 93

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

Shades of Stromboli #42635D

Tints of Stromboli #42635D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 25.58%
G = 38.37%
B = 36.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#42635D (or 0x42635D) is known color: Stromboli. HEX triplet: 42, 63 and 5D. RGB value is (66,99,93). Sum of RGB (Red+Green+Blue) = 66+99+93=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #42635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42635D is #BD9CA2. Grayscale: #585858. Windows color (decimal): -12426403 or 6120258. OLE color: 6120258.

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

Color convert

RGB 66 99 93 -
CMYK 0.33 0 0.06 0.61
HSL 169.09º 0.2% 0.32% -
HSV(B) 169.09º 0.33% 0.39% -
XYZ 8.68 10.87 12 -
YUV 88.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 66 99 93 0.33 0 0.06 0.61 169.09 0.2 0.32
Hex 42 63 5D 21 0 6 3D A9 14 20
Octal 102 143 135 41 0 6 75 251 24 40
Binary 1000010 1100011 1011101 100001 0 110 111101 10101001 10100 100000

Color Harmonies of #42635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42635D

Black with #42635D

Text Example


Text Example

White with #42635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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