Html Css Color HEX #465C2E Clover

📋 copy color: '#465C2E'

red 70 ◦ green 92 ◦ blue 46

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

Shades of Clover #465C2E

Tints of Clover #465C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.23%

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

R = 33.65%
G = 44.23%
B = 22.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.64

RGB Variations

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

Color information

#465C2E (or 0x465C2E) is known color: Clover. HEX triplet: 46, 5C and 2E. RGB value is (70,92,46). Sum of RGB (Red+Green+Blue) = 70+92+46=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #465C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C2E is #B9A3D1. Grayscale: #505050. Windows color (decimal): -12166098 or 3038278. OLE color: 3038278.

HSL color Cylindrical-coordinate representation of color #465C2E: hue angle of 88.7º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #465C2E is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 92 46 -
CMYK 0.24 0 0.50 0.64
HSL 88.7º 0.33% 0.27% -
HSV(B) 88.7º 0.5% 0.36% -
XYZ 6.85 9.15 3.99 -
YUV 80.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 70 92 46 0.24 0 0.50 0.64 88.7 0.33 0.27
Hex 46 5C 2E 18 0 32 40 59 21 1B
Octal 106 134 56 30 0 62 100 131 41 33
Binary 1000110 1011100 101110 11000 0 110010 1000000 1011001 100001 11011

Color Harmonies of #465C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C2E

Black with #465C2E

Text Example


Text Example

White with #465C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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