Html Css Color HEX #47732C Dell

📋 copy color: '#47732C'

red 71 ◦ green 115 ◦ blue 44

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

Shades of Dell #47732C

Tints of Dell #47732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50%

 BLUE value IS 44 (17.58% from 255) = 19.13%

R = 30.87%
G = 50%
B = 19.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#47732C (or 0x47732C) is known color: Dell. HEX triplet: 47, 73 and 2C. RGB value is (71,115,44). Sum of RGB (Red+Green+Blue) = 71+115+44=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #47732C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47732C is #B88CD3. Grayscale: #5D5D5D. Windows color (decimal): -12094676 or 2913095. OLE color: 2913095.

HSL color Cylindrical-coordinate representation of color #47732C: hue angle of 97.18º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47732C is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 115 44 -
CMYK 0.38 0 0.62 0.55
HSL 97.18º 0.45% 0.31% -
HSV(B) 97.18º 0.62% 0.45% -
XYZ 9.18 13.78 4.56 -
YUV 93.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 71 115 44 0.38 0 0.62 0.55 97.18 0.45 0.31
Hex 47 73 2C 26 0 3E 37 61 2D 1F
Octal 107 163 54 46 0 76 67 141 55 37
Binary 1000111 1110011 101100 100110 0 111110 110111 1100001 101101 11111

Color Harmonies of #47732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47732C

Black with #47732C

Text Example


Text Example

White with #47732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47732C; }

 p { color: rgb(71,115,44); }

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

background-color css

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

 a { background-color: rgb(71,115,44); }

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

border-color css

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

 span { border-color: rgb(71,115,44); }

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