Html Css Color HEX #415D30 Dell

📋 copy color: '#415D30'

red 65 ◦ green 93 ◦ blue 48

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

Shades of Dell #415D30

Tints of Dell #415D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.15%

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

R = 31.55%
G = 45.15%
B = 23.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#415D30 (or 0x415D30) is known color: Dell. HEX triplet: 41, 5D and 30. RGB value is (65,93,48). Sum of RGB (Red+Green+Blue) = 65+93+48=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #415D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D30 is #BEA2CF. Grayscale: #4F4F4F. Windows color (decimal): -12493520 or 3169601. OLE color: 3169601.

HSL color Cylindrical-coordinate representation of color #415D30: hue angle of 97.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #415D30 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 93 48 -
CMYK 0.30 0 0.48 0.64
HSL 97.33º 0.32% 0.28% -
HSV(B) 97.33º 0.48% 0.36% -
XYZ 6.63 9.17 4.22 -
YUV 79.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 65 93 48 0.30 0 0.48 0.64 97.33 0.32 0.28
Hex 41 5D 30 1E 0 30 40 61 20 1C
Octal 101 135 60 36 0 60 100 141 40 34
Binary 1000001 1011101 110000 11110 0 110000 1000000 1100001 100000 11100

Color Harmonies of #415D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D30

Black with #415D30

Text Example


Text Example

White with #415D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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