Html Css Color HEX #465339 Cabbage Pont

📋 copy color: '#465339'

red 70 ◦ green 83 ◦ blue 57

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

Shades of Cabbage Pont #465339

Tints of Cabbage Pont #465339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

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

R = 33.33%
G = 39.52%
B = 27.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#465339 (or 0x465339) is known color: Cabbage Pont. HEX triplet: 46, 53 and 39. RGB value is (70,83,57). Sum of RGB (Red+Green+Blue) = 70+83+57=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #465339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465339 is #B9ACC6. Grayscale: #4C4C4C. Windows color (decimal): -12168391 or 3756870. OLE color: 3756870.

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

Color convert

RGB 70 83 57 -
CMYK 0.16 0 0.31 0.67
HSL 90º 0.19% 0.27% -
HSV(B) 90º 0.31% 0.33% -
XYZ 6.36 7.78 5.04 -
YUV 76.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 70 83 57 0.16 0 0.31 0.67 90 0.19 0.27
Hex 46 53 39 10 0 1F 43 5A 13 1B
Octal 106 123 71 20 0 37 103 132 23 33
Binary 1000110 1010011 111001 10000 0 11111 1000011 1011010 10011 11011

Color Harmonies of #465339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465339

Black with #465339

Text Example


Text Example

White with #465339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465339; }

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

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

background-color css

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

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

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

border-color css

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

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

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