Html Css Color HEX #476725 Dell

📋 copy color: '#476725'

red 71 ◦ green 103 ◦ blue 37

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

Shades of Dell #476725

Tints of Dell #476725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.82%

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

R = 33.65%
G = 48.82%
B = 17.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#476725 (or 0x476725) is known color: Dell. HEX triplet: 47, 67 and 25. RGB value is (71,103,37). Sum of RGB (Red+Green+Blue) = 71+103+37=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #476725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476725 is #B898DA. Grayscale: #565656. Windows color (decimal): -12097755 or 2451271. OLE color: 2451271.

HSL color Cylindrical-coordinate representation of color #476725: hue angle of 89.09º 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 #476725 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 37 -
CMYK 0.31 0 0.64 0.60
HSL 89.09º 0.47% 0.27% -
HSV(B) 89.09º 0.64% 0.4% -
XYZ 7.78 11.17 3.5 -
YUV 85.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 71 103 37 0.31 0 0.64 0.60 89.09 0.47 0.27
Hex 47 67 25 1F 0 40 3C 59 2F 1B
Octal 107 147 45 37 0 100 74 131 57 33
Binary 1000111 1100111 100101 11111 0 1000000 111100 1011001 101111 11011

Color Harmonies of #476725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476725

Black with #476725

Text Example


Text Example

White with #476725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476725; }

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

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

background-color css

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

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

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

border-color css

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

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

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