Html Css Color HEX #416325 Dell

📋 copy color: '#416325'

red 65 ◦ green 99 ◦ blue 37

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

Shades of Dell #416325

Tints of Dell #416325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.25%

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

R = 32.34%
G = 49.25%
B = 18.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#416325 (or 0x416325) is known color: Dell. HEX triplet: 41, 63 and 25. RGB value is (65,99,37). Sum of RGB (Red+Green+Blue) = 65+99+37=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #416325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416325 is #BE9CDA. Grayscale: #515151. Windows color (decimal): -12491995 or 2450241. OLE color: 2450241.

HSL color Cylindrical-coordinate representation of color #416325: hue angle of 92.9º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #416325 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 99 37 -
CMYK 0.34 0 0.63 0.61
HSL 92.9º 0.46% 0.27% -
HSV(B) 92.9º 0.63% 0.39% -
XYZ 6.98 10.18 3.35 -
YUV 81.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 65 99 37 0.34 0 0.63 0.61 92.9 0.46 0.27
Hex 41 63 25 22 0 3F 3D 5D 2E 1B
Octal 101 143 45 42 0 77 75 135 56 33
Binary 1000001 1100011 100101 100010 0 111111 111101 1011101 101110 11011

Color Harmonies of #416325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416325

Black with #416325

Text Example


Text Example

White with #416325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416325; }

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

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

background-color css

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

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

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

border-color css

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

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

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