Html Css Color HEX #447252 Como

📋 copy color: '#447252'

red 68 ◦ green 114 ◦ blue 82

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

Shades of Como #447252

Tints of Como #447252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

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

R = 25.76%
G = 43.18%
B = 31.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#447252 (or 0x447252) is known color: Como. HEX triplet: 44, 72 and 52. RGB value is (68,114,82). Sum of RGB (Red+Green+Blue) = 68+114+82=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #447252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447252 is #BB8DAD. Grayscale: #606060. Windows color (decimal): -12291502 or 5403204. OLE color: 5403204.

HSL color Cylindrical-coordinate representation of color #447252: hue angle of 138.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447252 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 114 82 -
CMYK 0.40 0 0.28 0.55
HSL 138.26º 0.25% 0.36% -
HSV(B) 138.26º 0.4% 0.45% -
XYZ 9.92 13.87 10.14 -
YUV 96.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 68 114 82 0.40 0 0.28 0.55 138.26 0.25 0.36
Hex 44 72 52 28 0 1C 37 8A 19 24
Octal 104 162 122 50 0 34 67 212 31 44
Binary 1000100 1110010 1010010 101000 0 11100 110111 10001010 11001 100100

Color Harmonies of #447252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447252

Black with #447252

Text Example


Text Example

White with #447252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447252; }

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

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

background-color css

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

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

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

border-color css

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

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

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