Html Css Color HEX #465133 Clover

📋 copy color: '#465133'

red 70 ◦ green 81 ◦ blue 51

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

Shades of Clover #465133

Tints of Clover #465133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

 BLUE value IS 51 (20.31% from 255) = 25.25%

R = 34.65%
G = 40.1%
B = 25.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#465133 (or 0x465133) is known color: Clover. HEX triplet: 46, 51 and 33. RGB value is (70,81,51). Sum of RGB (Red+Green+Blue) = 70+81+51=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #465133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465133 is #B9AECC. Grayscale: #4A4A4A. Windows color (decimal): -12168909 or 3363142. OLE color: 3363142.

HSL color Cylindrical-coordinate representation of color #465133: hue angle of 82º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #465133 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 51 -
CMYK 0.14 0 0.37 0.68
HSL 82º 0.23% 0.26% -
HSV(B) 82º 0.37% 0.32% -
XYZ 6.07 7.43 4.25 -
YUV 74.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 70 81 51 0.14 0 0.37 0.68 82 0.23 0.26
Hex 46 51 33 E 0 25 44 52 17 1A
Octal 106 121 63 16 0 45 104 122 27 32
Binary 1000110 1010001 110011 1110 0 100101 1000100 1010010 10111 11010

Color Harmonies of #465133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465133

Black with #465133

Text Example


Text Example

White with #465133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465133; }

 p { color: rgb(70,81,51); }

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

background-color css

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

 a { background-color: rgb(70,81,51); }

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

border-color css

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

 span { border-color: rgb(70,81,51); }

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