Html Css Color HEX #465A25 Clover

📋 copy color: '#465A25'

red 70 ◦ green 90 ◦ blue 37

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

Shades of Clover #465A25

Tints of Clover #465A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.69%

 BLUE value IS 37 (14.84% from 255) = 18.78%

R = 35.53%
G = 45.69%
B = 18.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#465A25 (or 0x465A25) is known color: Clover. HEX triplet: 46, 5A and 25. RGB value is (70,90,37). Sum of RGB (Red+Green+Blue) = 70+90+37=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #465A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A25 is #B9A5DA. Grayscale: #4E4E4E. Windows color (decimal): -12166619 or 2447942. OLE color: 2447942.

HSL color Cylindrical-coordinate representation of color #465A25: hue angle of 82.64º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465A25 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 37 -
CMYK 0.22 0 0.59 0.65
HSL 82.64º 0.42% 0.25% -
HSV(B) 82.64º 0.59% 0.35% -
XYZ 6.52 8.75 3.1 -
YUV 77.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 70 90 37 0.22 0 0.59 0.65 82.64 0.42 0.25
Hex 46 5A 25 16 0 3B 41 53 2A 19
Octal 106 132 45 26 0 73 101 123 52 31
Binary 1000110 1011010 100101 10110 0 111011 1000001 1010011 101010 11001

Color Harmonies of #465A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A25

Black with #465A25

Text Example


Text Example

White with #465A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A25; }

 p { color: rgb(70,90,37); }

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

background-color css

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

 a { background-color: rgb(70,90,37); }

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

border-color css

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

 span { border-color: rgb(70,90,37); }

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