Html Css Color HEX #476823 Dell

📋 copy color: '#476823'

red 71 ◦ green 104 ◦ blue 35

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

Shades of Dell #476823

Tints of Dell #476823

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.52%

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

R = 33.81%
G = 49.52%
B = 16.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#476823 (or 0x476823) is known color: Dell. HEX triplet: 47, 68 and 23. RGB value is (71,104,35). Sum of RGB (Red+Green+Blue) = 71+104+35=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #476823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476823 is #B897DC. Grayscale: #565656. Windows color (decimal): -12097501 or 2320455. OLE color: 2320455.

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

Color convert

RGB 71 104 35 -
CMYK 0.32 0 0.66 0.59
HSL 88.7º 0.5% 0.27% -
HSV(B) 88.7º 0.66% 0.41% -
XYZ 7.85 11.36 3.37 -
YUV 86.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 71 104 35 0.32 0 0.66 0.59 88.7 0.5 0.27
Hex 47 68 23 20 0 42 3B 59 32 1B
Octal 107 150 43 40 0 102 73 131 62 33
Binary 1000111 1101000 100011 100000 0 1000010 111011 1011001 110010 11011

Color Harmonies of #476823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476823

Black with #476823

Text Example


Text Example

White with #476823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476823; }

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

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

background-color css

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

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

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

border-color css

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

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

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