Html Css Color HEX #476625 Dell

📋 copy color: '#476625'

red 71 ◦ green 102 ◦ blue 37

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

Shades of Dell #476625

Tints of Dell #476625

RGB

 RED value IS 71 (28.13% from 255) = 33.81%

 GREEN value IS 102 (40.23% from 255) = 48.57%

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

R = 33.81%
G = 48.57%
B = 17.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#476625 (or 0x476625) is known color: Dell. HEX triplet: 47, 66 and 25. RGB value is (71,102,37). Sum of RGB (Red+Green+Blue) = 71+102+37=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #476625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476625 is #B899DA. Grayscale: #555555. Windows color (decimal): -12098011 or 2451015. OLE color: 2451015.

HSL color Cylindrical-coordinate representation of color #476625: hue angle of 88.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476625 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 37 -
CMYK 0.30 0 0.64 0.6
HSL 88.62º 0.47% 0.27% -
HSV(B) 88.62º 0.64% 0.4% -
XYZ 7.68 10.98 3.46 -
YUV 85.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 71 102 37 0.30 0 0.64 0.6 88.62 0.47 0.27
Hex 47 66 25 1E 0 40 3C 59 2F 1B
Octal 107 146 45 36 0 100 74 131 57 33
Binary 1000111 1100110 100101 11110 0 1000000 111100 1011001 101111 11011

Color Harmonies of #476625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476625

Black with #476625

Text Example


Text Example

White with #476625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476625; }

 p { color: rgb(71,102,37); }

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

background-color css

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

 a { background-color: rgb(71,102,37); }

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

border-color css

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

 span { border-color: rgb(71,102,37); }

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