Html Css Color HEX #465439 Cabbage Pont

📋 copy color: '#465439'

red 70 ◦ green 84 ◦ blue 57

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

Shades of Cabbage Pont #465439

Tints of Cabbage Pont #465439

RGB

 RED value IS 70 (27.73% from 255) = 33.18%

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

 BLUE value IS 57 (22.66% from 255) = 27.01%

R = 33.18%
G = 39.81%
B = 27.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#465439 (or 0x465439) is known color: Cabbage Pont. HEX triplet: 46, 54 and 39. RGB value is (70,84,57). Sum of RGB (Red+Green+Blue) = 70+84+57=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #465439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465439 is #B9ABC6. Grayscale: #4C4C4C. Windows color (decimal): -12168135 or 3757126. OLE color: 3757126.

HSL color Cylindrical-coordinate representation of color #465439: hue angle of 91.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465439 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 57 -
CMYK 0.17 0 0.32 0.67
HSL 91.11º 0.19% 0.28% -
HSV(B) 91.11º 0.32% 0.33% -
XYZ 6.43 7.94 5.06 -
YUV 76.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 70 84 57 0.17 0 0.32 0.67 91.11 0.19 0.28
Hex 46 54 39 11 0 20 43 5B 13 1C
Octal 106 124 71 21 0 40 103 133 23 34
Binary 1000110 1010100 111001 10001 0 100000 1000011 1011011 10011 11100

Color Harmonies of #465439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465439

Black with #465439

Text Example


Text Example

White with #465439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465439; }

 p { color: rgb(70,84,57); }

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

background-color css

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

 a { background-color: rgb(70,84,57); }

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

border-color css

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

 span { border-color: rgb(70,84,57); }

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