Html Css Color HEX #414844 Plantation

📋 copy color: '#414844'

red 65 ◦ green 72 ◦ blue 68

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

Shades of Plantation #414844

Tints of Plantation #414844

RGB

 RED value IS 65 (25.78% from 255) = 31.71%

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 31.71%
G = 35.12%
B = 33.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#414844 (or 0x414844) is known color: Plantation. HEX triplet: 41, 48 and 44. RGB value is (65,72,68). Sum of RGB (Red+Green+Blue) = 65+72+68=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 72 - color contains mainly: green. Hex color #414844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414844 is #BEB7BB. Grayscale: #454545. Windows color (decimal): -12498876 or 4474945. OLE color: 4474945.

HSL color Cylindrical-coordinate representation of color #414844: hue angle of 145.71º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414844 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 68 -
CMYK 0.10 0 0.06 0.72
HSL 145.71º 0.05% 0.27% -
HSV(B) 145.71º 0.1% 0.28% -
XYZ 5.54 6.18 6.37 -
YUV 69.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 65 72 68 0.10 0 0.06 0.72 145.71 0.05 0.27
Hex 41 48 44 A 0 6 48 92 5 1B
Octal 101 110 104 12 0 6 110 222 5 33
Binary 1000001 1001000 1000100 1010 0 110 1001000 10010010 101 11011

Color Harmonies of #414844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414844

Black with #414844

Text Example


Text Example

White with #414844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414844; }

 p { color: rgb(65,72,68); }

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

background-color css

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

 a { background-color: rgb(65,72,68); }

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

border-color css

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

 span { border-color: rgb(65,72,68); }

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