Html Css Color HEX #465033 Clover

📋 copy color: '#465033'

red 70 ◦ green 80 ◦ blue 51

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

Shades of Clover #465033

Tints of Clover #465033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.8%

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

R = 34.83%
G = 39.8%
B = 25.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#465033 (or 0x465033) is known color: Clover. HEX triplet: 46, 50 and 33. RGB value is (70,80,51). Sum of RGB (Red+Green+Blue) = 70+80+51=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #465033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465033 is #B9AFCC. Grayscale: #494949. Windows color (decimal): -12169165 or 3362886. OLE color: 3362886.

HSL color Cylindrical-coordinate representation of color #465033: hue angle of 80.69º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #465033 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 51 -
CMYK 0.12 0 0.36 0.69
HSL 80.69º 0.22% 0.26% -
HSV(B) 80.69º 0.36% 0.31% -
XYZ 5.99 7.28 4.22 -
YUV 73.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 70 80 51 0.12 0 0.36 0.69 80.69 0.22 0.26
Hex 46 50 33 C 0 24 45 51 16 1A
Octal 106 120 63 14 0 44 105 121 26 32
Binary 1000110 1010000 110011 1100 0 100100 1000101 1010001 10110 11010

Color Harmonies of #465033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465033

Black with #465033

Text Example


Text Example

White with #465033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465033; }

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

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

background-color css

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

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

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

border-color css

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

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

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