#434F48

Color #434F48 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #434F48

Tints of Plantation #434F48

Color information

#434F48 (or 0x434F48) is unknown color: approx Plantation. HEX triplet: 43, 4F and 48. RGB value is (67,79,72). Sum of RGB (Red+Green+Blue) = 67+79+72=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #434F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F48 is #BCB0B7. Grayscale: #4A4A4A. Windows color (decimal): -12366008 or 4738883. OLE color: 4738883.

HSL color Cylindrical-coordinate representation of color #434F48: hue angle of 145º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #434F48 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB677972-
CMYK0.1500.090.69
HSL145º8.22%28.63%-
HSV(B)145º15.19%30.98%-
XYZ6.287.257.2-
YUV74.61126.52122.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=30.73%
G=36.24%
B=33.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779720.1500.090.691458.2228.63
Hex434F48F09459181d
Octal103117110170111052211035
Binary100001110011111001000111101001100010110010001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434F48; }

 p { color: rgb(67,79,72); }

 H1.HeaderClassName
 {
   color: #434F48;
 }
 .AnyTagClassName
 {
   color: #434F48;
 }
</style>
background-color css

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

 a { background-color: rgb(67,79,72); }

 div.DivClassName
 {
   background-color: #434F48;
 }
 .BgClassName
 {
   background-color: #434F48;
 }
</style>
border-color css

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

 span { border-color: rgb(67,79,72); }

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