Html Css Color HEX #415448 Plantation

📋 copy color: '#415448'

red 65 ◦ green 84 ◦ blue 72

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

Shades of Plantation #415448

Tints of Plantation #415448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 29.41%
G = 38.01%
B = 32.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#415448 (or 0x415448) is known color: Plantation. HEX triplet: 41, 54 and 48. RGB value is (65,84,72). Sum of RGB (Red+Green+Blue) = 65+84+72=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #415448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415448 is #BEABB7. Grayscale: #4C4C4C. Windows color (decimal): -12495800 or 4740161. OLE color: 4740161.

HSL color Cylindrical-coordinate representation of color #415448: hue angle of 142.11º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #415448 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 72 -
CMYK 0.23 0 0.14 0.67
HSL 142.11º 0.13% 0.29% -
HSV(B) 142.11º 0.23% 0.33% -
XYZ 6.52 7.93 7.32 -
YUV 76.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 65 84 72 0.23 0 0.14 0.67 142.11 0.13 0.29
Hex 41 54 48 17 0 E 43 8E D 1D
Octal 101 124 110 27 0 16 103 216 15 35
Binary 1000001 1010100 1001000 10111 0 1110 1000011 10001110 1101 11101

Color Harmonies of #415448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415448

Black with #415448

Text Example


Text Example

White with #415448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415448; }

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

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

background-color css

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

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

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

border-color css

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

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

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