Html Css Color HEX #41552D Clover

📋 copy color: '#41552D'

red 65 ◦ green 85 ◦ blue 45

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

Shades of Clover #41552D

Tints of Clover #41552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 33.33%
G = 43.59%
B = 23.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#41552D (or 0x41552D) is known color: Clover. HEX triplet: 41, 55 and 2D. RGB value is (65,85,45). Sum of RGB (Red+Green+Blue) = 65+85+45=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #41552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41552D is #BEAAD2. Grayscale: #4A4A4A. Windows color (decimal): -12495571 or 2970945. OLE color: 2970945.

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

Color convert

RGB 65 85 45 -
CMYK 0.24 0 0.47 0.67
HSL 90º 0.31% 0.25% -
HSV(B) 90º 0.47% 0.33% -
XYZ 5.9 7.81 3.68 -
YUV 74.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 65 85 45 0.24 0 0.47 0.67 90 0.31 0.25
Hex 41 55 2D 18 0 2F 43 5A 1F 19
Octal 101 125 55 30 0 57 103 132 37 31
Binary 1000001 1010101 101101 11000 0 101111 1000011 1011010 11111 11001

Color Harmonies of #41552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41552D

Black with #41552D

Text Example


Text Example

White with #41552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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