Html Css Color HEX #465830 Clover

📋 copy color: '#465830'

red 70 ◦ green 88 ◦ blue 48

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

Shades of Clover #465830

Tints of Clover #465830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 33.98%
G = 42.72%
B = 23.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#465830 (or 0x465830) is known color: Clover. HEX triplet: 46, 58 and 30. RGB value is (70,88,48). Sum of RGB (Red+Green+Blue) = 70+88+48=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #465830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465830 is #B9A7CF. Grayscale: #4E4E4E. Windows color (decimal): -12167120 or 3168326. OLE color: 3168326.

HSL color Cylindrical-coordinate representation of color #465830: hue angle of 87º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #465830 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 48 -
CMYK 0.20 0 0.45 0.65
HSL 87º 0.29% 0.27% -
HSV(B) 87º 0.45% 0.35% -
XYZ 6.55 8.49 4.09 -
YUV 78.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 70 88 48 0.20 0 0.45 0.65 87 0.29 0.27
Hex 46 58 30 14 0 2D 41 57 1D 1B
Octal 106 130 60 24 0 55 101 127 35 33
Binary 1000110 1011000 110000 10100 0 101101 1000001 1010111 11101 11011

Color Harmonies of #465830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465830

Black with #465830

Text Example


Text Example

White with #465830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465830; }

 p { color: rgb(70,88,48); }

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

background-color css

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

 a { background-color: rgb(70,88,48); }

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

border-color css

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

 span { border-color: rgb(70,88,48); }

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