Html Css Color HEX #477125 Dell

📋 copy color: '#477125'

red 71 ◦ green 113 ◦ blue 37

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

Shades of Dell #477125

Tints of Dell #477125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.13%

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

R = 32.13%
G = 51.13%
B = 16.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#477125 (or 0x477125) is known color: Dell. HEX triplet: 47, 71 and 25. RGB value is (71,113,37). Sum of RGB (Red+Green+Blue) = 71+113+37=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #477125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477125 is #B88EDA. Grayscale: #5C5C5C. Windows color (decimal): -12095195 or 2453831. OLE color: 2453831.

HSL color Cylindrical-coordinate representation of color #477125: hue angle of 93.16º degrees, saturation: 0.51, 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 #477125 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 113 37 -
CMYK 0.37 0 0.67 0.56
HSL 93.16º 0.51% 0.29% -
HSV(B) 93.16º 0.67% 0.44% -
XYZ 8.84 13.28 3.85 -
YUV 91.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 71 113 37 0.37 0 0.67 0.56 93.16 0.51 0.29
Hex 47 71 25 25 0 43 38 5D 33 1D
Octal 107 161 45 45 0 103 70 135 63 35
Binary 1000111 1110001 100101 100101 0 1000011 111000 1011101 110011 11101

Color Harmonies of #477125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477125

Black with #477125

Text Example


Text Example

White with #477125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477125; }

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

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

background-color css

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

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

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

border-color css

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

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

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