Html Css Color HEX #40551F Clover

📋 copy color: '#40551F'

red 64 ◦ green 85 ◦ blue 31

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

Shades of Clover #40551F

Tints of Clover #40551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 35.56%
G = 47.22%
B = 17.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#40551F (or 0x40551F) is known color: Clover. HEX triplet: 40, 55 and 1F. RGB value is (64,85,31). Sum of RGB (Red+Green+Blue) = 64+85+31=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #40551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40551F is #BFAAE0. Grayscale: #484848. Windows color (decimal): -12561121 or 2053440. OLE color: 2053440.

HSL color Cylindrical-coordinate representation of color #40551F: hue angle of 83.33º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40551F is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 85 31 -
CMYK 0.25 0 0.64 0.67
HSL 83.33º 0.47% 0.23% -
HSV(B) 83.33º 0.64% 0.33% -
XYZ 5.61 7.69 2.48 -
YUV 72.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 64 85 31 0.25 0 0.64 0.67 83.33 0.47 0.23
Hex 40 55 1F 19 0 40 43 53 2F 17
Octal 100 125 37 31 0 100 103 123 57 27
Binary 1000000 1010101 11111 11001 0 1000000 1000011 1010011 101111 10111

Color Harmonies of #40551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40551F

Black with #40551F

Text Example


Text Example

White with #40551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40551F; }

 p { color: rgb(64,85,31); }

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

background-color css

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

 a { background-color: rgb(64,85,31); }

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

border-color css

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

 span { border-color: rgb(64,85,31); }

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