Html Css Color HEX #415526 Clover

📋 copy color: '#415526'

red 65 ◦ green 85 ◦ blue 38

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

Shades of Clover #415526

Tints of Clover #415526

RGB

 RED value IS 65 (25.78% from 255) = 34.57%

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

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

R = 34.57%
G = 45.21%
B = 20.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#415526 (or 0x415526) is known color: Clover. HEX triplet: 41, 55 and 26. RGB value is (65,85,38). Sum of RGB (Red+Green+Blue) = 65+85+38=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #415526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415526 is #BEAAD9. Grayscale: #494949. Windows color (decimal): -12495578 or 2512193. OLE color: 2512193.

HSL color Cylindrical-coordinate representation of color #415526: hue angle of 85.53º 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 #415526 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 85 38 -
CMYK 0.24 0 0.55 0.67
HSL 85.53º 0.38% 0.24% -
HSV(B) 85.53º 0.55% 0.33% -
XYZ 5.78 7.76 3.03 -
YUV 73.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 65 85 38 0.24 0 0.55 0.67 85.53 0.38 0.24
Hex 41 55 26 18 0 37 43 56 26 18
Octal 101 125 46 30 0 67 103 126 46 30
Binary 1000001 1010101 100110 11000 0 110111 1000011 1010110 100110 11000

Color Harmonies of #415526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415526

Black with #415526

Text Example


Text Example

White with #415526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415526; }

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

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

background-color css

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

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

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

border-color css

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

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

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