Html Css Color HEX #405425 Clover

📋 copy color: '#405425'

red 64 ◦ green 84 ◦ blue 37

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

Shades of Clover #405425

Tints of Clover #405425

RGB

 RED value IS 64 (25.39% from 255) = 34.59%

 GREEN value IS 84 (33.2% from 255) = 45.41%

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

R = 34.59%
G = 45.41%
B = 20%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#405425 (or 0x405425) is known color: Clover. HEX triplet: 40, 54 and 25. RGB value is (64,84,37). Sum of RGB (Red+Green+Blue) = 64+84+37=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #405425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405425 is #BFABDA. Grayscale: #484848. Windows color (decimal): -12561371 or 2446400. OLE color: 2446400.

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

Color convert

RGB 64 84 37 -
CMYK 0.24 0 0.56 0.67
HSL 85.53º 0.39% 0.24% -
HSV(B) 85.53º 0.56% 0.33% -
XYZ 5.62 7.56 2.91 -
YUV 72.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 64 84 37 0.24 0 0.56 0.67 85.53 0.39 0.24
Hex 40 54 25 18 0 38 43 56 27 18
Octal 100 124 45 30 0 70 103 126 47 30
Binary 1000000 1010100 100101 11000 0 111000 1000011 1010110 100111 11000

Color Harmonies of #405425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405425

Black with #405425

Text Example


Text Example

White with #405425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405425; }

 p { color: rgb(64,84,37); }

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

background-color css

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

 a { background-color: rgb(64,84,37); }

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

border-color css

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

 span { border-color: rgb(64,84,37); }

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