Html Css Color HEX #415230 Clover

📋 copy color: '#415230'

red 65 ◦ green 82 ◦ blue 48

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

Shades of Clover #415230

Tints of Clover #415230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.05%

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 33.33%
G = 42.05%
B = 24.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#415230 (or 0x415230) is known color: Clover. HEX triplet: 41, 52 and 30. RGB value is (65,82,48). Sum of RGB (Red+Green+Blue) = 65+82+48=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #415230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415230 is #BEADCF. Grayscale: #494949. Windows color (decimal): -12496336 or 3166785. OLE color: 3166785.

HSL color Cylindrical-coordinate representation of color #415230: hue angle of 90º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #415230 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 48 -
CMYK 0.21 0 0.41 0.68
HSL 90º 0.26% 0.25% -
HSV(B) 90º 0.41% 0.32% -
XYZ 5.73 7.37 3.92 -
YUV 73.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 65 82 48 0.21 0 0.41 0.68 90 0.26 0.25
Hex 41 52 30 15 0 29 44 5A 1A 19
Octal 101 122 60 25 0 51 104 132 32 31
Binary 1000001 1010010 110000 10101 0 101001 1000100 1011010 11010 11001

Color Harmonies of #415230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415230

Black with #415230

Text Example


Text Example

White with #415230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415230; }

 p { color: rgb(65,82,48); }

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

background-color css

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

 a { background-color: rgb(65,82,48); }

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

border-color css

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

 span { border-color: rgb(65,82,48); }

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