Html Css Color HEX #417025 Dell

📋 copy color: '#417025'

red 65 ◦ green 112 ◦ blue 37

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

Shades of Dell #417025

Tints of Dell #417025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.34%

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

R = 30.37%
G = 52.34%
B = 17.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#417025 (or 0x417025) is known color: Dell. HEX triplet: 41, 70 and 25. RGB value is (65,112,37). Sum of RGB (Red+Green+Blue) = 65+112+37=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #417025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417025 is #BE8FDA. Grayscale: #595959. Windows color (decimal): -12488667 or 2453569. OLE color: 2453569.

HSL color Cylindrical-coordinate representation of color #417025: hue angle of 97.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #417025 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 37 -
CMYK 0.42 0 0.67 0.56
HSL 97.6º 0.5% 0.29% -
HSV(B) 97.6º 0.67% 0.44% -
XYZ 8.31 12.85 3.79 -
YUV 89.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 65 112 37 0.42 0 0.67 0.56 97.6 0.5 0.29
Hex 41 70 25 2A 0 43 38 62 32 1D
Octal 101 160 45 52 0 103 70 142 62 35
Binary 1000001 1110000 100101 101010 0 1000011 111000 1100010 110010 11101

Color Harmonies of #417025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417025

Black with #417025

Text Example


Text Example

White with #417025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417025; }

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

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

background-color css

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

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

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

border-color css

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

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

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