Html Css Color HEX #414B45 Plantation

📋 copy color: '#414B45'

red 65 ◦ green 75 ◦ blue 69

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

Shades of Plantation #414B45

Tints of Plantation #414B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.89%

 BLUE value IS 69 (27.34% from 255) = 33.01%

R = 31.1%
G = 35.89%
B = 33.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#414B45 (or 0x414B45) is known color: Plantation. HEX triplet: 41, 4B and 45. RGB value is (65,75,69). Sum of RGB (Red+Green+Blue) = 65+75+69=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #414B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B45 is #BEB4BA. Grayscale: #474747. Windows color (decimal): -12498107 or 4541249. OLE color: 4541249.

HSL color Cylindrical-coordinate representation of color #414B45: hue angle of 144º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #414B45 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 75 69 -
CMYK 0.13 0 0.08 0.71
HSL 144º 0.07% 0.27% -
HSV(B) 144º 0.13% 0.29% -
XYZ 5.77 6.59 6.6 -
YUV 71.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 65 75 69 0.13 0 0.08 0.71 144 0.07 0.27
Hex 41 4B 45 D 0 8 47 90 7 1B
Octal 101 113 105 15 0 10 107 220 7 33
Binary 1000001 1001011 1000101 1101 0 1000 1000111 10010000 111 11011

Color Harmonies of #414B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B45

Black with #414B45

Text Example


Text Example

White with #414B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414B45; }

 p { color: rgb(65,75,69); }

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

background-color css

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

 a { background-color: rgb(65,75,69); }

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

border-color css

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

 span { border-color: rgb(65,75,69); }

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