Html Css Color HEX #415425 Clover

📋 copy color: '#415425'

red 65 ◦ green 84 ◦ blue 37

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

Shades of Clover #415425

Tints of Clover #415425

RGB

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

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

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

R = 34.95%
G = 45.16%
B = 19.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#415425 (or 0x415425) is known color: Clover. HEX triplet: 41, 54 and 25. RGB value is (65,84,37). Sum of RGB (Red+Green+Blue) = 65+84+37=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #415425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415425 is #BEABDA. Grayscale: #494949. Windows color (decimal): -12495835 or 2446401. OLE color: 2446401.

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

Color convert

RGB 65 84 37 -
CMYK 0.23 0 0.56 0.67
HSL 84.26º 0.39% 0.24% -
HSV(B) 84.26º 0.56% 0.33% -
XYZ 5.68 7.6 2.92 -
YUV 72.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 65 84 37 0.23 0 0.56 0.67 84.26 0.39 0.24
Hex 41 54 25 17 0 38 43 54 27 18
Octal 101 124 45 27 0 70 103 124 47 30
Binary 1000001 1010100 100101 10111 0 111000 1000011 1010100 100111 11000

Color Harmonies of #415425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415425

Black with #415425

Text Example


Text Example

White with #415425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415425; }

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

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

background-color css

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

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

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

border-color css

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

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

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