Html Css Color HEX #465335 Clover

📋 copy color: '#465335'

red 70 ◦ green 83 ◦ blue 53

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

Shades of Clover #465335

Tints of Clover #465335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 33.98%
G = 40.29%
B = 25.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#465335 (or 0x465335) is known color: Clover. HEX triplet: 46, 53 and 35. RGB value is (70,83,53). Sum of RGB (Red+Green+Blue) = 70+83+53=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #465335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465335 is #B9ACCA. Grayscale: #4B4B4B. Windows color (decimal): -12168395 or 3494726. OLE color: 3494726.

HSL color Cylindrical-coordinate representation of color #465335: hue angle of 86º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #465335 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 53 -
CMYK 0.16 0 0.36 0.67
HSL 86º 0.22% 0.27% -
HSV(B) 86º 0.36% 0.33% -
XYZ 6.26 7.75 4.53 -
YUV 75.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 70 83 53 0.16 0 0.36 0.67 86 0.22 0.27
Hex 46 53 35 10 0 24 43 56 16 1B
Octal 106 123 65 20 0 44 103 126 26 33
Binary 1000110 1010011 110101 10000 0 100100 1000011 1010110 10110 11011

Color Harmonies of #465335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465335

Black with #465335

Text Example


Text Example

White with #465335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465335; }

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

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

background-color css

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

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

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

border-color css

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

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

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