Html Css Color HEX #445852 Stromboli

📋 copy color: '#445852'

red 68 ◦ green 88 ◦ blue 82

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

Shades of Stromboli #445852

Tints of Stromboli #445852

RGB

 RED value IS 68 (26.95% from 255) = 28.57%

 GREEN value IS 88 (34.77% from 255) = 36.97%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 28.57%
G = 36.97%
B = 34.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#445852 (or 0x445852) is known color: Stromboli. HEX triplet: 44, 58 and 52. RGB value is (68,88,82). Sum of RGB (Red+Green+Blue) = 68+88+82=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #445852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445852 is #BBA7AD. Grayscale: #515151. Windows color (decimal): -12298158 or 5396548. OLE color: 5396548.

HSL color Cylindrical-coordinate representation of color #445852: hue angle of 162º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #445852 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 82 -
CMYK 0.23 0 0.07 0.65
HSL 162º 0.13% 0.31% -
HSV(B) 162º 0.23% 0.35% -
XYZ 7.4 8.82 9.29 -
YUV 81.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 68 88 82 0.23 0 0.07 0.65 162 0.13 0.31
Hex 44 58 52 17 0 7 41 A2 D 1F
Octal 104 130 122 27 0 7 101 242 15 37
Binary 1000100 1011000 1010010 10111 0 111 1000001 10100010 1101 11111

Color Harmonies of #445852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445852

Black with #445852

Text Example


Text Example

White with #445852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445852; }

 p { color: rgb(68,88,82); }

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

background-color css

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

 a { background-color: rgb(68,88,82); }

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

border-color css

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

 span { border-color: rgb(68,88,82); }

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