Html Css Color HEX #444F4A Plantation

📋 copy color: '#444F4A'

red 68 ◦ green 79 ◦ blue 74

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

Shades of Plantation #444F4A

Tints of Plantation #444F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.75%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 30.77%
G = 35.75%
B = 33.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#444F4A (or 0x444F4A) is known color: Plantation. HEX triplet: 44, 4F and 4A. RGB value is (68,79,74). Sum of RGB (Red+Green+Blue) = 68+79+74=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #444F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F4A is #BBB0B5. Grayscale: #4B4B4B. Windows color (decimal): -12300470 or 4869956. OLE color: 4869956.

HSL color Cylindrical-coordinate representation of color #444F4A: hue angle of 152.73º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F4A is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 79 74 -
CMYK 0.14 0 0.06 0.69
HSL 152.73º 0.07% 0.29% -
HSV(B) 152.73º 0.14% 0.31% -
XYZ 6.42 7.32 7.55 -
YUV 75.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 68 79 74 0.14 0 0.06 0.69 152.73 0.07 0.29
Hex 44 4F 4A E 0 6 45 99 7 1D
Octal 104 117 112 16 0 6 105 231 7 35
Binary 1000100 1001111 1001010 1110 0 110 1000101 10011001 111 11101

Color Harmonies of #444F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F4A

Black with #444F4A

Text Example


Text Example

White with #444F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444F4A; }

 p { color: rgb(68,79,74); }

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

background-color css

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

 a { background-color: rgb(68,79,74); }

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

border-color css

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

 span { border-color: rgb(68,79,74); }

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