Html Css Color HEX #47612F Dell

📋 copy color: '#47612F'

red 71 ◦ green 97 ◦ blue 47

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

Shades of Dell #47612F

Tints of Dell #47612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.12%

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 33.02%
G = 45.12%
B = 21.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#47612F (or 0x47612F) is known color: Dell. HEX triplet: 47, 61 and 2F. RGB value is (71,97,47). Sum of RGB (Red+Green+Blue) = 71+97+47=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #47612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47612F is #B89ED0. Grayscale: #535353. Windows color (decimal): -12099281 or 3105095. OLE color: 3105095.

HSL color Cylindrical-coordinate representation of color #47612F: hue angle of 91.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47612F is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 47 -
CMYK 0.27 0 0.52 0.62
HSL 91.2º 0.35% 0.28% -
HSV(B) 91.2º 0.52% 0.38% -
XYZ 7.39 10.09 4.25 -
YUV 83.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 71 97 47 0.27 0 0.52 0.62 91.2 0.35 0.28
Hex 47 61 2F 1B 0 34 3E 5B 23 1C
Octal 107 141 57 33 0 64 76 133 43 34
Binary 1000111 1100001 101111 11011 0 110100 111110 1011011 100011 11100

Color Harmonies of #47612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47612F

Black with #47612F

Text Example


Text Example

White with #47612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47612F; }

 p { color: rgb(71,97,47); }

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

background-color css

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

 a { background-color: rgb(71,97,47); }

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

border-color css

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

 span { border-color: rgb(71,97,47); }

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