Html Css Color HEX #465527 Clover

📋 copy color: '#465527'

red 70 ◦ green 85 ◦ blue 39

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

Shades of Clover #465527

Tints of Clover #465527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.1%

R = 36.08%
G = 43.81%
B = 20.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#465527 (or 0x465527) is known color: Clover. HEX triplet: 46, 55 and 27. RGB value is (70,85,39). Sum of RGB (Red+Green+Blue) = 70+85+39=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #465527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465527 is #B9AAD8. Grayscale: #4B4B4B. Windows color (decimal): -12167897 or 2577734. OLE color: 2577734.

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

Color convert

RGB 70 85 39 -
CMYK 0.18 0 0.54 0.67
HSL 79.57º 0.37% 0.24% -
HSV(B) 79.57º 0.54% 0.33% -
XYZ 6.14 7.95 3.13 -
YUV 75.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 70 85 39 0.18 0 0.54 0.67 79.57 0.37 0.24
Hex 46 55 27 12 0 36 43 50 25 18
Octal 106 125 47 22 0 66 103 120 45 30
Binary 1000110 1010101 100111 10010 0 110110 1000011 1010000 100101 11000

Color Harmonies of #465527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465527

Black with #465527

Text Example


Text Example

White with #465527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465527; }

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

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

background-color css

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

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

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

border-color css

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

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

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