Html Css Color HEX #476523 Dell

📋 copy color: '#476523'

red 71 ◦ green 101 ◦ blue 35

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

Shades of Dell #476523

Tints of Dell #476523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.79%

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

R = 34.3%
G = 48.79%
B = 16.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#476523 (or 0x476523) is known color: Dell. HEX triplet: 47, 65 and 23. RGB value is (71,101,35). Sum of RGB (Red+Green+Blue) = 71+101+35=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #476523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476523 is #B89ADC. Grayscale: #545454. Windows color (decimal): -12098269 or 2319687. OLE color: 2319687.

HSL color Cylindrical-coordinate representation of color #476523: hue angle of 87.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476523 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 101 35 -
CMYK 0.30 0 0.65 0.60
HSL 87.27º 0.49% 0.27% -
HSV(B) 87.27º 0.65% 0.4% -
XYZ 7.56 10.77 3.27 -
YUV 84.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 71 101 35 0.30 0 0.65 0.60 87.27 0.49 0.27
Hex 47 65 23 1E 0 41 3C 57 31 1B
Octal 107 145 43 36 0 101 74 127 61 33
Binary 1000111 1100101 100011 11110 0 1000001 111100 1010111 110001 11011

Color Harmonies of #476523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476523

Black with #476523

Text Example


Text Example

White with #476523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476523; }

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

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

background-color css

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

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

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

border-color css

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

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

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