Html Css Color HEX #434F48 Plantation

📋 copy color: '#434F48'

red 67 ◦ green 79 ◦ blue 72

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

Shades of Plantation #434F48

Tints of Plantation #434F48

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 value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#434F48 (or 0x434F48) is known color: 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

RGB 67 79 72 -
CMYK 0.15 0 0.09 0.69
HSL 145º 0.08% 0.29% -
HSV(B) 145º 0.15% 0.31% -
XYZ 6.28 7.25 7.2 -
YUV 74.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 67 79 72 0.15 0 0.09 0.69 145 0.08 0.29
Hex 43 4F 48 F 0 9 45 91 8 1D
Octal 103 117 110 17 0 11 105 221 10 35
Binary 1000011 1001111 1001000 1111 0 1001 1000101 10010001 1000 11101

Color Harmonies of #434F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F48

Black with #434F48

Text Example


Text Example

White with #434F48

Text Example


Text Example

HTML Codes & Css Web 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>