Html Css Color HEX #477023 Dell

📋 copy color: '#477023'

red 71 ◦ green 112 ◦ blue 35

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

Shades of Dell #477023

Tints of Dell #477023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

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

R = 32.57%
G = 51.38%
B = 16.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#477023 (or 0x477023) is known color: Dell. HEX triplet: 47, 70 and 23. RGB value is (71,112,35). Sum of RGB (Red+Green+Blue) = 71+112+35=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #477023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477023 is #B88FDC. Grayscale: #5B5B5B. Windows color (decimal): -12095453 or 2322503. OLE color: 2322503.

HSL color Cylindrical-coordinate representation of color #477023: hue angle of 91.95º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #477023 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 35 -
CMYK 0.37 0 0.69 0.56
HSL 91.95º 0.52% 0.29% -
HSV(B) 91.95º 0.69% 0.44% -
XYZ 8.7 13.05 3.65 -
YUV 90.96 96.42 113.76 -
System Red Green Blue C M Y K H S L
Decimal 71 112 35 0.37 0 0.69 0.56 91.95 0.52 0.29
Hex 47 70 23 25 0 45 38 5C 34 1D
Octal 107 160 43 45 0 105 70 134 64 35
Binary 1000111 1110000 100011 100101 0 1000101 111000 1011100 110100 11101

Color Harmonies of #477023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477023

Black with #477023

Text Example


Text Example

White with #477023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477023; }

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

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

background-color css

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

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

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

border-color css

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

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

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