Html Css Color HEX #465526 Clover

📋 copy color: '#465526'

red 70 ◦ green 85 ◦ blue 38

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

Shades of Clover #465526

Tints of Clover #465526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.69%

R = 36.27%
G = 44.04%
B = 19.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#465526 (or 0x465526) is known color: Clover. HEX triplet: 46, 55 and 26. RGB value is (70,85,38). Sum of RGB (Red+Green+Blue) = 70+85+38=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #465526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465526 is #B9AAD9. Grayscale: #4B4B4B. Windows color (decimal): -12167898 or 2512198. OLE color: 2512198.

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

Color convert

RGB 70 85 38 -
CMYK 0.18 0 0.55 0.67
HSL 79.15º 0.38% 0.24% -
HSV(B) 79.15º 0.55% 0.33% -
XYZ 6.12 7.94 3.04 -
YUV 75.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 70 85 38 0.18 0 0.55 0.67 79.15 0.38 0.24
Hex 46 55 26 12 0 37 43 4F 26 18
Octal 106 125 46 22 0 67 103 117 46 30
Binary 1000110 1010101 100110 10010 0 110111 1000011 1001111 100110 11000

Color Harmonies of #465526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465526

Black with #465526

Text Example


Text Example

White with #465526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465526; }

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

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

background-color css

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

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

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

border-color css

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

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

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