Html Css Color HEX #465530 Clover

📋 copy color: '#465530'

red 70 ◦ green 85 ◦ blue 48

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

Shades of Clover #465530

Tints of Clover #465530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

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

R = 34.48%
G = 41.87%
B = 23.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#465530 (or 0x465530) is known color: Clover. HEX triplet: 46, 55 and 30. RGB value is (70,85,48). Sum of RGB (Red+Green+Blue) = 70+85+48=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #465530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465530 is #B9AACF. Grayscale: #4C4C4C. Windows color (decimal): -12167888 or 3167558. OLE color: 3167558.

HSL color Cylindrical-coordinate representation of color #465530: hue angle of 84.32º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #465530 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 48 -
CMYK 0.18 0 0.44 0.67
HSL 84.32º 0.28% 0.26% -
HSV(B) 84.32º 0.44% 0.33% -
XYZ 6.31 8.01 4.01 -
YUV 76.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 70 85 48 0.18 0 0.44 0.67 84.32 0.28 0.26
Hex 46 55 30 12 0 2C 43 54 1C 1A
Octal 106 125 60 22 0 54 103 124 34 32
Binary 1000110 1010101 110000 10010 0 101100 1000011 1010100 11100 11010

Color Harmonies of #465530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465530

Black with #465530

Text Example


Text Example

White with #465530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465530; }

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

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

background-color css

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

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

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

border-color css

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

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

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