Html Css Color HEX #465332 Clover

📋 copy color: '#465332'

red 70 ◦ green 83 ◦ blue 50

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

Shades of Clover #465332

Tints of Clover #465332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 34.48%
G = 40.89%
B = 24.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#465332 (or 0x465332) is known color: Clover. HEX triplet: 46, 53 and 32. RGB value is (70,83,50). Sum of RGB (Red+Green+Blue) = 70+83+50=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #465332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465332 is #B9ACCD. Grayscale: #4B4B4B. Windows color (decimal): -12168398 or 3298118. OLE color: 3298118.

HSL color Cylindrical-coordinate representation of color #465332: hue angle of 83.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465332 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 50 -
CMYK 0.16 0 0.40 0.67
HSL 83.64º 0.25% 0.26% -
HSV(B) 83.64º 0.4% 0.33% -
XYZ 6.19 7.72 4.18 -
YUV 75.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 70 83 50 0.16 0 0.40 0.67 83.64 0.25 0.26
Hex 46 53 32 10 0 28 43 54 19 1A
Octal 106 123 62 20 0 50 103 124 31 32
Binary 1000110 1010011 110010 10000 0 101000 1000011 1010100 11001 11010

Color Harmonies of #465332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465332

Black with #465332

Text Example


Text Example

White with #465332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465332; }

 p { color: rgb(70,83,50); }

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

background-color css

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

 a { background-color: rgb(70,83,50); }

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

border-color css

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

 span { border-color: rgb(70,83,50); }

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