Html Css Color HEX #476923 Dell

📋 copy color: '#476923'

red 71 ◦ green 105 ◦ blue 35

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

Shades of Dell #476923

Tints of Dell #476923

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.76%

 BLUE value IS 35 (14.06% from 255) = 16.59%

R = 33.65%
G = 49.76%
B = 16.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#476923 (or 0x476923) is known color: Dell. HEX triplet: 47, 69 and 23. RGB value is (71,105,35). Sum of RGB (Red+Green+Blue) = 71+105+35=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #476923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476923 is #B896DC. Grayscale: #575757. Windows color (decimal): -12097245 or 2320711. OLE color: 2320711.

HSL color Cylindrical-coordinate representation of color #476923: hue angle of 89.14º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476923 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 35 -
CMYK 0.32 0 0.67 0.59
HSL 89.14º 0.5% 0.27% -
HSV(B) 89.14º 0.67% 0.41% -
XYZ 7.95 11.56 3.4 -
YUV 86.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 71 105 35 0.32 0 0.67 0.59 89.14 0.5 0.27
Hex 47 69 23 20 0 43 3B 59 32 1B
Octal 107 151 43 40 0 103 73 131 62 33
Binary 1000111 1101001 100011 100000 0 1000011 111011 1011001 110010 11011

Color Harmonies of #476923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476923

Black with #476923

Text Example


Text Example

White with #476923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476923; }

 p { color: rgb(71,105,35); }

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

background-color css

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

 a { background-color: rgb(71,105,35); }

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

border-color css

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

 span { border-color: rgb(71,105,35); }

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