Html Css Color HEX #465036 Clover

📋 copy color: '#465036'

red 70 ◦ green 80 ◦ blue 54

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

Shades of Clover #465036

Tints of Clover #465036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.47%

R = 34.31%
G = 39.22%
B = 26.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#465036 (or 0x465036) is known color: Clover. HEX triplet: 46, 50 and 36. RGB value is (70,80,54). Sum of RGB (Red+Green+Blue) = 70+80+54=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #465036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465036 is #B9AFC9. Grayscale: #4A4A4A. Windows color (decimal): -12169162 or 3559494. OLE color: 3559494.

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

Color convert

RGB 70 80 54 -
CMYK 0.12 0 0.33 0.69
HSL 83.08º 0.19% 0.26% -
HSV(B) 83.08º 0.33% 0.31% -
XYZ 6.06 7.31 4.58 -
YUV 74.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 70 80 54 0.12 0 0.33 0.69 83.08 0.19 0.26
Hex 46 50 36 C 0 21 45 53 13 1A
Octal 106 120 66 14 0 41 105 123 23 32
Binary 1000110 1010000 110110 1100 0 100001 1000101 1010011 10011 11010

Color Harmonies of #465036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465036

Black with #465036

Text Example


Text Example

White with #465036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465036; }

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

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

background-color css

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

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

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

border-color css

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

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

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