Html Css Color HEX #405F4B Plantation

📋 copy color: '#405F4B'

red 64 ◦ green 95 ◦ blue 75

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

Shades of Plantation #405F4B

Tints of Plantation #405F4B

RGB

 RED value IS 64 (25.39% from 255) = 27.35%

 GREEN value IS 95 (37.5% from 255) = 40.6%

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 27.35%
G = 40.6%
B = 32.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#405F4B (or 0x405F4B) is known color: Plantation. HEX triplet: 40, 5F and 4B. RGB value is (64,95,75). Sum of RGB (Red+Green+Blue) = 64+95+75=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #405F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F4B is #BFA0B4. Grayscale: #535353. Windows color (decimal): -12558517 or 4939584. OLE color: 4939584.

HSL color Cylindrical-coordinate representation of color #405F4B: hue angle of 141.29º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405F4B is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 95 75 -
CMYK 0.33 0 0.21 0.63
HSL 141.29º 0.19% 0.31% -
HSV(B) 141.29º 0.33% 0.37% -
XYZ 7.48 9.78 8.15 -
YUV 83.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 64 95 75 0.33 0 0.21 0.63 141.29 0.19 0.31
Hex 40 5F 4B 21 0 15 3F 8D 13 1F
Octal 100 137 113 41 0 25 77 215 23 37
Binary 1000000 1011111 1001011 100001 0 10101 111111 10001101 10011 11111

Color Harmonies of #405F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F4B

Black with #405F4B

Text Example


Text Example

White with #405F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405F4B; }

 p { color: rgb(64,95,75); }

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

background-color css

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

 a { background-color: rgb(64,95,75); }

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

border-color css

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

 span { border-color: rgb(64,95,75); }

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