Html Css Color HEX #465A2E Clover

📋 copy color: '#465A2E'

red 70 ◦ green 90 ◦ blue 46

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

Shades of Clover #465A2E

Tints of Clover #465A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.69%

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 33.98%
G = 43.69%
B = 22.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#465A2E (or 0x465A2E) is known color: Clover. HEX triplet: 46, 5A and 2E. RGB value is (70,90,46). Sum of RGB (Red+Green+Blue) = 70+90+46=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #465A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A2E is #B9A5D1. Grayscale: #4F4F4F. Windows color (decimal): -12166610 or 3037766. OLE color: 3037766.

HSL color Cylindrical-coordinate representation of color #465A2E: hue angle of 87.27º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465A2E is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 46 -
CMYK 0.22 0 0.49 0.65
HSL 87.27º 0.32% 0.27% -
HSV(B) 87.27º 0.49% 0.35% -
XYZ 6.68 8.81 3.93 -
YUV 79 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 70 90 46 0.22 0 0.49 0.65 87.27 0.32 0.27
Hex 46 5A 2E 16 0 31 41 57 20 1B
Octal 106 132 56 26 0 61 101 127 40 33
Binary 1000110 1011010 101110 10110 0 110001 1000001 1010111 100000 11011

Color Harmonies of #465A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A2E

Black with #465A2E

Text Example


Text Example

White with #465A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A2E; }

 p { color: rgb(70,90,46); }

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

background-color css

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

 a { background-color: rgb(70,90,46); }

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

border-color css

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

 span { border-color: rgb(70,90,46); }

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